cryptofx / flarum-cryptofx-frontpage
Classic dense forum frontpage extension for Flarum - transforms your forum with a traditional layout
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Less
Type:flarum-extension
pkg:composer/cryptofx/flarum-cryptofx-frontpage
Requires
- flarum/core: ^1.0
This package is auto-updated.
Last update: 2025-11-02 11:33:51 UTC
README
A classic, dense forum frontpage theme for Flarum that transforms your forum into a traditional layout with maximum content density.
✨ Features
- 🎨 Classic Design: Cream/beige background with traditional forum styling
- 📊 Live Statistics: Real-time member count, topics, and posts display
- 🔍 Integrated Search: Quick search box in header
- 🏷️ Category Links: Auto-generated from your Flarum tags
- 📱 Mobile Responsive: Optimized for all screen sizes
- ⚡ High Density: Display 50+ discussions per page
- 🔗 Traditional Links: Blue links that turn purple when visited
- 📌 Minimal Layout: Maximum content with minimal spacing
- 🚫 No Avatars: Clean, text-focused interface
📦 Installation
Install via Composer:
composer require cryptofx/flarum-cryptofx-frontpage
Enable the extension:
php flarum cache:clear
Then go to Admin Panel → Extensions and enable "CryptoFX Frontpage"
🎨 Customization
Change Colors
Edit less/forum.less and modify these variables:
@cryptofx-green: #006400; // Main theme color @cryptofx-link: #0000EE; // Link color @cryptofx-visited: #551A8B; // Visited link color @cryptofx-bg: #FFFEF0; // Background color
Change Discussions Per Page
Edit js/src/forum/index.js:
params.page.limit = 50; // Change to desired number
After making changes, rebuild:
cd vendor/cryptofx/flarum-cryptofx-frontpage npm install npm run build cd ../../.. php flarum cache:clear
📋 Requirements
- Flarum ^1.0
- PHP ^7.3 | ^8.0
- Node.js ^14.0 (for building assets)
- Composer
🐛 Support
📄 License
MIT License - see LICENSE file for details
👥 Credits
Created by CryptoFX Team