cryptoforex / flarum-pro-themes
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
Requires
- flarum/core: ^1.8
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
- Upload this folder to:
extensions/cryptoforex/flarum-pro-themes
- 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
- 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.