quasimo/flarum-ext-tag-sidebar

Customize sidebar content and description for specific Flarum tag pages

Maintainers

Package info

github.com/Quasimo/flarum-ext-tag-sidebar

Language:JavaScript

Type:flarum-extension

pkg:composer/quasimo/flarum-ext-tag-sidebar

Statistics

Installs: 152

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v2.0.21 2026-04-07 15:51 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

  1. Navigate to any tag page while logged in as an admin
  2. Click the Edit Sidebar button in the tag hero section
  3. Fill in the custom description and/or sidebar content (Markdown supported)
  4. 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

Links