glowingblue/author-filter

Filter discussions by the discussion author

Maintainers

Package info

github.com/glowingblue/flarum-ext-author-filter

Forum

Language:TypeScript

Type:flarum-extension

pkg:composer/glowingblue/author-filter

Statistics

Installs: 275

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 2

1.0.1 2026-02-10 10:15 UTC

This package is auto-updated.

Last update: 2026-06-11 10:36:56 UTC


README

License Latest Stable Version Total Downloads

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 an author query 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).
  • 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.