cryptofx/flarum-cryptofx-frontpage
Composer 安装命令:
composer require cryptofx/flarum-cryptofx-frontpage
包简介
Classic dense forum frontpage extension for Flarum - transforms your forum with a traditional layout
README 文档
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
🔗 Links
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-11-02