ramon / avocado
The weird Flarum theme made with potatoes as fuel, by Afrux.
Package info
Language:Less
Type:flarum-extension
pkg:composer/ramon/avocado
Fund package maintenance!
1.0.5
2026-03-18 17:07 UTC
Requires
- flarum/core: ^2.0.0
README
Avocado
A custom Flarum theme with hero banners, tag colors, share buttons, and more. Forked from Asirem by Afrux.
Features
- 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
Requirements
- Flarum
^2.0.0
Installation
composer require ramon/avocado
Updating
composer update ramon/avocado --with-dependencies php flarum cache:clear
Configuration
All 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 |
API Endpoints
| Method | Endpoint | Description |
|---|---|---|
POST |
/api/avocado/banner |
Upload hero banner image |
DELETE |
/api/avocado/banner |
Remove hero banner image |
Links
Authors
- Ramon Guilherme
- Sami Mazouz — original Asirem theme