Custom Levels
foskym/flarum-custom-levels
Flarum Custom Levels, levels can be customized, and can trigger events.
- Downloads
- 2,034
- Version control
- github.com/FoskyM/flarum-custom-levels
Custom Levels
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
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
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
Links
Versions
-
Version v3.4.0.
Likely works with Flarum v1.8.10.
Unlikely to work with Flarum v2.0.0-beta.3.
-
13 additional versions.
-
Extension created.