A Flarum extension that allows admins to customize the sidebar content and description for specific tag pages.
- Add a custom description to any tag page, replacing the default tag description
- Add custom sidebar content (supports Markdown: headings, bold, italic, links, lists) displayed below the "Start Discussion" button
- Admin-only edit button on each tag page opens a modal for easy editing
- Multilingual support (follows Flarum's current locale)
composer require quasimo/flarum-ext-tag-sidebar
php flarum migrate
php flarum cache:clear- Navigate to any tag page while logged in as an admin
- Click the Edit Sidebar button in the tag hero section
- Fill in the custom description and/or sidebar content (Markdown supported)
- Click Save
## Useful Links
- [Documentation](https://docs.example.com)
- [Getting Started](https://example.com/start)
## Rules
- Be respectful
- Stay on topic- Flarum
^1.8 - Requires
flarum/tags