foskym / flarum-custom-levels
Flarum Custom Levels, levels can be customized, and can trigger events.
Installs: 1 277
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
Type:flarum-extension
Requires
- flarum/core: ^1.2.0
Requires (Dev)
- flarum/testing: ^1.0.0
This package is auto-updated.
Last update: 2024-10-29 13:41:52 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
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