fof/user-directory

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

Maintainers

Package info

github.com/FriendsOfFlarum/user-directory

Homepage

Forum

Type:flarum-extension

pkg:composer/fof/user-directory

Transparency log

Fund package maintenance!

Website

Statistics

Installs: 100 844

Dependents: 11

Suggesters: 0

Stars: 24

Open Issues: 9


README

License Latest Stable Version

An extension that generates a new url /users that provides a list of users, with the ability to sort and filter by group. Searching from the global search field also offers a "Search all users for ..." link, taking you to the directory with your query applied.

You can protect access to the list with a permission. If the user has no access, they will see a permission denied 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