fof / user-directory
The permission based public user directory extension for your Flarum forum.
Fund package maintenance!
Website
Installs: 45 581
Dependents: 5
Suggesters: 0
Security: 0
Stars: 22
Watchers: 5
Forks: 20
Open Issues: 12
Language:JavaScript
Type:flarum-extension
Requires
- ext-json: *
- flarum/core: ^1.7.0
Requires (Dev)
- flarum/phpstan: *
- flarum/suspend: *
- flarum/testing: ^1.0.0
Replaces
This package is auto-updated.
Last update: 2024-11-04 09:26:57 UTC
README
An extension that generates a new url /users
that provides a list of users, with the ability to sort. You can search through the users from the global
search input field, a new item shows up "Search all users for ...".
You can protect access to the list with a permission. If the user has no access, they will see a 404 not found page.
A setting allows you to show a link to the directory from the homepage sidebar, or you can use the links extension if you prefer a link in the header.
Installation
composer require fof/user-directory:"*"
Updating
To the next minor version:
composer update fof/user-directory
To the latest compatible version:
composer require fof/user-directory:"*"
Links
An extension by FriendsOfFlarum