foskym / flarum-custom-levels
Flarum Custom Levels, levels can be customized, and can trigger events.
Installs: 2 666
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 2
Open Issues: 3
Type:flarum-extension
pkg:composer/foskym/flarum-custom-levels
Requires
- flarum/core: ^1.2.0
Requires (Dev)
- flarum/testing: ^1.0.0
This package is auto-updated.
Last update: 2025-09-29 03:07:17 UTC
README
A Flarum extension. Flarum Custom Levels, levels can be customized, and can trigger events.
Better combinations
- this.
xypp/forum-quests. Forum Quests, reward exp.fof/user-directory. User Directory, sort by exp.foskym/flarum-better-user-directory. Leaderboard podium style for user directory.
v17development/flarum-user-badges. User Badges.xypp/flarum-websocket-notification. Realtime Notification.askvortsov/flarum-auto-moderator. Auto assign badges or other action when exp updated.
Usage
set the levels
if you've installed xypp/forum-quests ever and quests done, you can run this command
php flarum foskym:custom-levels:refresh-quest
or you should set the reward exp, then run this command
php flarum foskym:custom-levels:refresh
set the display format
you can see the exp logs
Support
- askvortsov/flarum-auto-moderator Modify
expwhen triggering events - xypp/forum-quests Reward
expwhen completing tasks - xypp/store Purchase
expwithmoneyin Store - fof/user-directory Sorting users by
exp - nodeloc/flarum-ext-leaderboard Sorting users by
exp
Installation
Install with composer:
composer require foskym/flarum-custom-levels:"*"
Command
php flarum foskym:custom-levels:detete-exp-logs # Delete Exp Logs php flarum foskym:custom-levels:refresh # Refresh Exp by settings php flarum foskym:custom-levels:refresh-quest # Refresh Exp by Done quests
Updating
composer update foskym/flarum-custom-levels:"*"
php flarum migrate
php flarum cache:clear