issyrocks12 / flarum-ext-users-list
This package is abandoned and no longer maintained.
The author suggests using the reflar/user-management package instead.
Add users list in admin panel.
Package info
github.com/KyrneDev/flarum-ext-users-list
Language:JavaScript
Type:flarum-extension
pkg:composer/issyrocks12/flarum-ext-users-list
0.2.2.1
2017-03-03 20:42 UTC
Requires
- flarum/core: ^0.1.0-beta.5
This package is not auto-updated.
Last update: 2022-02-01 13:05:42 UTC
README
A Flarum extension that adds users list to admin panel. Emails have full html support
Screenshots
Goals
- Allow admin to view list of users registered users.
- Allow admin to send emails to user or all users.
variables
- Typing "!!user!!" into the message box will replace it with the user it is being sent to, works will mail to all.
Installation
composer require issyrocks12/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).