承接 cryptofx/flarum-cryptofx-frontpage 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

License Latest Stable Version

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: Less

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-11-02