Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/FriendsOfFlarum/user-directory

The permission based public user directory extension for your Flarum forum.
https://github.com/FriendsOfFlarum/user-directory

flarum friendsofflarum

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# User directory by FriendsOfFlarum

![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/fof/user-directory.svg)](https://packagist.org/packages/fof/user-directory) [![Compatibility](https://flarum-badge-api.davwheat.dev/v1/compat-latest/fof/user-directory)](https://flarum-badge-api.davwheat.dev/v1/compat-latest/fof/user-directory)

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](https://discuss.flarum.org/d/18335-friendsofflarum-links) if you prefer a link in the header.

### Installation

```sh
composer require fof/user-directory:"*"
```

### Updating

To the next minor version:

```sh
composer update fof/user-directory
```

To the latest compatible version:

```sh
composer require fof/user-directory:"*"
```

### Links

- [Flarum Discuss post](https://discuss.flarum.org/d/5682)
- [Source code on GitHub](https://github.com/FriendsOfFlarum/user-directory)
- [Report an issue](https://github.com/FriendsOfFlarum/user-directory/issues)
- [Download via Packagist](https://packagist.org/packages/fof/user-directory)

An extension by [FriendsOfFlarum](https://github.com/FriendsOfFlarum)