cryptoforex/flarum-pro-themes

There is no license information available for the latest version (dev-main) of this package.

Professional theming system with 50+ styles and 60 fonts for Flarum

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:CSS

Type:flarum-extension

dev-main 2025-08-21 20:11 UTC

This package is not auto-updated.

Last update: 2025-08-21 23:22:27 UTC


README

  • Flarum 1.8 compatible
  • 50+ theme presets (resources/config/presets.json)
  • 60+ fonts (manifest at resources/config/fonts.json)
  • Local font loading via /assets/extensions/cryptoforex-pro-themes/fonts.css

Install

  1. Upload this folder to: extensions/cryptoforex/flarum-pro-themes
  2. From Flarum root:
    composer config repositories.cryptoforex-pro-themes path ./extensions/cryptoforex/flarum-pro-themes
    composer require cryptoforex/flarum-pro-themes:* --prefer-source --no-update
    composer update
    php flarum cache:clear
  3. Enable in Admin → Extensions.

Fonts (Local)

This extension references local .woff2 files in public/fonts/. To fetch and bundle the 60 fonts:

php extensions/cryptoforex/flarum-pro-themes/bin/fetch-fonts.php
php flarum cache:clear

After running, Flarum will publish assets to /assets/extensions/cryptoforex-pro-themes/ including fonts.css and the .woff2 files.

Modes

  • Option A: includes a simple user theme + font picker injected in the header.
  • Option B: admin-only; set cryptoforex-pro-themes.defaultTheme in Admin settings.