A Flarum extension that allows you to create a customizable, responsive footer for your forum.
- ✨ Fully customizable footer blocks with titles and icons
- 🎨 Automatic color matching with your forum theme
- 🌙 Dark mode support
- 📱 Fully responsive design
- 🔗 Smart link handling (internal links open normally, external in new tab)
- 🎯 Display mode options (control where footer appears)
- ⚙️ Custom HTML & JavaScript injection
- 📲 Mobile Tab extension compatibility
Install with Composer:
composer require huseyinfiliz/modern-footer:"*"Or use the Extension Manager in your admin panel and search for huseyinfiliz/modern-footer.
composer update huseyinfiliz/modern-footer
php flarum migrate
php flarum cache:clearAfter installation, enable the extension and configure it in your admin panel:
Admin → Extensions → Modern Footer
-
Display Mode: Control where the footer appears
- All pages
- Hide everywhere
- Hide on discussion pages
- Hide except on index
-
Footer Sections: Enable or disable individual footer blocks
-
Mobile Tab Height: Adjust footer margin for Mobile Tab extension compatibility
Customize the left section of your footer:
- Forum logo or custom HTML title
- Descriptive text
- Social media buttons (up to 4 with custom icons and links)
Create up to 4 customizable link blocks:
- Custom title with FontAwesome icon
- Up to 6 links per block
- Links automatically detected as internal/external
- Custom copyright text
- Full-width bottom section
- Custom HTML: Inject custom HTML content
- Custom JavaScript: Add custom JS code
If you're using the Mobile Tab extension, you can adjust the footer margin in the settings to prevent overlap.
Special thanks to:
- @umutcandev for the new footer design
- The FriendsOfFlarum team for their contributions
Having trouble?
- Check the documentation
- Search existing issues
- Ask in the Flarum community
- Open a new issue
MIT License - Copyright (c) 2025 Huseyin Filiz


