Skip to content

Quasimo/flarum-ext-tag-sidebar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tag Sidebar Customizer

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

About

Sidebar contents for Flarum tag page.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors