avatar4eg / flarum-ext-users-list
Add users list in admin panel.
Installs: 5 745
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 3
Forks: 8
Open Issues: 11
Language:JavaScript
Type:flarum-extension
Requires
- flarum/core: ^0.1.0-beta.5
This package is not auto-updated.
Last update: 2024-10-26 20:04:27 UTC
README
A Flarum extension that adds users list to admin panel.
Screenshots
Goals
- Allow admin to view list of users registered users.
- Allow admin to send emails to user or all users.
Installation
composer require avatar4eg/flarum-ext-users-list
Configuration
No configuration needed.
Issues
- For now (while flarum/core#987) sending mail for all users may have errors due php max_execution_time limit.
End-user usage
On admin panel click Users button to view users. For each user there are buttons (mail and view user) and short info (last seen and post/discussion counter).