glowingblue / author-filter
Filter discussions by the discussion author
Package info
github.com/glowingblue/flarum-ext-author-filter
Language:TypeScript
Type:flarum-extension
pkg:composer/glowingblue/author-filter
1.0.1
2026-02-10 10:15 UTC
This package is auto-updated.
Last update: 2026-06-11 10:36:56 UTC
README
A Flarum extension. Filter discussions by the discussion author.
Features
- Author filter dropdown — adds a user-picker dropdown to the discussion list on the index page (and tag pages) so visitors can narrow the list down to discussions started by a particular author.
- Autocomplete user search — type to search for a user, with results populated as you go. Selecting a user applies an
author:filter to the discussion list (and to the search query when one is already active). - Works with the URL
?author=parameter — a server-side middleware translates anauthorquery parameter into Flarum's native discussion filter, so author-filtered lists are linkable and bookmarkable. - Permission-aware — the dropdown only appears for users who have permission to search users (
searchUsers), so it respects your forum's existing privacy settings. - Configurable search behaviour — admin settings let you tune:
- the minimum number of characters before a search runs (default:
3), and - the maximum number of results shown in the dropdown (default:
5).
- the minimum number of characters before a search runs (default:
- Translatable — all interface strings are localised and can be overridden via Flarum's locale system.
Installation
Install with composer:
composer require glowingblue/author-filter:"*"
Updating
composer update glowingblue/author-filter:"*"
php flarum migrate
php flarum cache:clear
Links
Acknowledgements
This extension is a continuation and replacement of Blomstra's Author Filter, now maintained by Glowing Blue.