FriendsOfFlarum / user-directory

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

Home Page:https://discuss.flarum.org/d/5682

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User directory by FriendsOfFlarum

License Latest Stable Version Compatibility

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

About

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

https://discuss.flarum.org/d/5682

License:MIT License


Languages

Language:JavaScript 55.2%Language:PHP 30.1%Language:Less 13.4%Language:Blade 0.8%Language:TypeScript 0.4%