Hello,
We have a question regarding Flarum's tag system and whether this behavior can be achieved through an extension or custom code in extend.php.
We would like a specific public tag to remain fully accessible to everyone, meaning users can still visit the tag page and open discussions within that tag directly. However, we do not want discussions from that particular tag to appear in the main All Discussions feed.
In other words:
- The tag remains public.
- Discussions within the tag can be viewed normally when browsing the tag or accessing direct URLs.
- Discussions from the tag are excluded from the All Discussions page.
Is this currently possible through Flarum's extension API, perhaps using extend.php to modify the discussion query for the All Discussions route? If so, could you point us toward the recommended approach or relevant events/extenders to use?
Thank you for your help.