A custom Flarum theme with hero banners, tag colors, share buttons, and more. Forked from Asirem by Afrux.
- Hero Banner — Upload and position a custom banner image at the top of your forum (auto-scaled to 1400px, converted to WebP)
- Tag Colors — Discussion list items styled with tag colors and unread indicators
- Share Button — Native Web Share API on mobile; clipboard fallback on desktop
- Action Icons — Optional Font Awesome icons on Like and Reply buttons
- Tags Page — Custom tile and cloud view for the tags page
- V1 Search Bar — Toggle between the classic dropdown search and the default modal
- Flarum
^2.0.0
composer require ramon/avocadocomposer update ramon/avocado --with-dependencies
php flarum cache:clearAll settings are available in the admin panel under the Avocado extension:
| Setting | Description | Default |
|---|---|---|
| Hero Image | Upload a banner image for the forum header | — |
| Hero Image Position | CSS background-position value |
center top |
| V1 Search Bar | Use classic dropdown search instead of modal | true |
| Show Share Button | Display share button on posts | true |
| Show Action Icons | Show icons on Like and Reply buttons | true |
| Fixed Avatar Effect | Keep comment avatars sticky while reading posts on desktop | true |
| Method | Endpoint | Description |
|---|---|---|
POST |
/api/avocado/banner |
Upload hero banner image |
DELETE |
/api/avocado/banner |
Remove hero banner image |
- Ramon Guilherme
- Sami Mazouz — original Asirem theme