quasimo / flarum-ext-tag-sidebar
Customize sidebar content and description for specific Flarum tag pages
Package info
github.com/Quasimo/flarum-ext-tag-sidebar
Language:JavaScript
Type:flarum-extension
pkg:composer/quasimo/flarum-ext-tag-sidebar
v2.0.21
2026-04-07 15:51 UTC
Requires
- flarum/core: ^1.8 || ^2.0
- flarum/tags: ^1.8 || ^2.0
This package is auto-updated.
Last update: 2026-05-07 15:57:56 UTC
README
A Flarum extension that allows admins to customize the sidebar content and description for specific tag pages.
Features
- 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)
Installation
composer require quasimo/flarum-ext-tag-sidebar php flarum migrate php flarum cache:clear
Usage
- 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
Sidebar Markdown Example
## Useful Links - [Documentation](https://docs.example.com) - [Getting Started](https://example.com/start) ## Rules - Be respectful - Stay on topic
Compatibility
- Flarum
^1.8 - Requires
flarum/tags