fof/user-directory

The permission based public user directory extension for your Flarum forum.

Maintainers

Package info

github.com/FriendsOfFlarum/user-directory

Homepage

Forum

Language:JavaScript

Type:flarum-extension

pkg:composer/fof/user-directory

Fund package maintenance!

Website

Statistics

Installs: 88 243

Dependents: 7

Suggesters: 0

Stars: 25

Open Issues: 12

2.0.0-beta.5 2026-01-04 21:41 UTC

README

License Latest Stable Version

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