fof / user-directory
The permission based public user directory extension for your Flarum forum.
Fund package maintenance!
Website
Installs: 77 910
Dependents: 7
Suggesters: 0
Security: 0
Stars: 23
Watchers: 4
Forks: 19
Open Issues: 12
Language:JavaScript
Type:flarum-extension
pkg:composer/fof/user-directory
Requires
- ext-json: *
- flarum/core: ^2.0.0-beta
Requires (Dev)
- flarum/phpstan: 2.x-dev
- flarum/suspend: *
- flarum/testing: 2.x-dev
Replaces
- 2.x-dev
- 2.0.0-beta.3
- 2.0.0-beta.2
- 2.0.0-beta.1
- 1.x-dev
- 1.4.1
- 1.4.0
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.1.0-beta.1
- 1.0.2
- 1.0.1
- 1.0.0
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.0
- 0.3.4
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.1
- 0.2.0
- 0.1.0
- dev-im/typings
- dev-master
- dev-cw-search-field
- dev-directory-and-list-merge
- dev-listlink
This package is auto-updated.
Last update: 2025-10-18 19:53:44 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