- Edited
Custom Levels
Flarum Custom Levels, levels can be customized, and can trigger events.
Warning
Attention! Formula has been removed after v3.0.0.
Advantage
- Comparing to
Levels Rank
, this extension display the experience bar as theitem
on the mobile screen,
which will not cause style issues due to thefloat
floating. Exp
is stored onUser
model, so other extensions can access it. (After v3.0.0)- Events of
ExpUpdated
andLevelUpdated
, and notification ofLevelUpdated
. (After v3.0.0) - Support
Auto Moderator
(After v3.0.0)
Usage
set the display format & reward exp, then run the command php flarum foskym:custom-levels:refresh
set the levels
you can see the exp logs
it's an example
Installation
Install with composer:
composer require foskym/flarum-custom-levels:"*"
Updating
composer update foskym/flarum-custom-levels:"*"
php flarum migrate
php flarum cache:clear