fof / follow-tags
Follow tags and be notified of new discussions and replies
Package info
github.com/FriendsOfFlarum/follow-tags
Type:flarum-extension
pkg:composer/fof/follow-tags
Fund package maintenance!
Requires
- flarum/core: ^2.0.0
- flarum/tags: ^2.0.0
Requires (Dev)
- flarum/gdpr: ^2.0.0
- flarum/mentions: ^2.0.0
- flarum/phpstan: ^2.0.0
- flarum/subscriptions: ^2.0.0
- flarum/tags: ^2.0.0
- flarum/testing: ^2.0.0
Replaces
This package is auto-updated.
Last update: 2026-07-09 11:54:28 UTC
README
A Flarum extension. Follow tags and be notified of new discussions.
Features
- Follow, lurk, hide or ignore tags, and be notified of new discussions and replies.
- Optionally prompt new users to choose tags to follow after registration (off by default). The list of tags offered in the prompt is configurable, and the prompt can also be reopened from a button on the Following page.
- Optionally show all discussions on the Following page for guests, and offer the Following page as a homepage option (under Basics).
This extension includes the functionality previously provided by clarkwinkelmann/flarum-ext-follow-tags-prompt, and declares replace on that package so the two can never be installed at once. If you were using it, a regular composer update followed by php flarum migrate && php flarum cache:clear swaps it out and imports its settings and per-user state automatically; you can then remove the old package from your composer.json requirements with composer remove clarkwinkelmann/flarum-ext-follow-tags-prompt.
Installation
Install with composer:
composer require fof/follow-tags:"*"
Updating
composer update fof/follow-tags:"*"
Links
An extension by FriendsOfFlarum.