A Flarum extension. Flarum Custom Levels, levels can be customized, and can trigger events.
- 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.
php flarum foskym:custom-levels:refresh-quest
php flarum foskym:custom-levels:refresh
- askvortsov/flarum-auto-moderator Modify
exp
when triggering events - xypp/forum-quests Reward
exp
when completing tasks - xypp/store Purchase
exp
withmoney
in Store - fof/user-directory Sorting users by
exp
- nodeloc/flarum-ext-leaderboard Sorting users by
exp
Install with composer:
composer require foskym/flarum-custom-levels:"*"
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
composer update foskym/flarum-custom-levels:"*"
php flarum migrate
php flarum cache:clear