A Flarum extension that adds upvotes, downvotes, and ranks to your Flarum Community!
Upvote and downvote posts anonymously, and reward active users with ranks, and sort posts by hotness.
- Just click upvote or downvote
- Posts can be sorted by "Hotness"
Install it with composer:
composer require reflar/gamification
Then login and enable the extension.
You can optionally convert your likes into upvotes, as well as calculate the hotness of all previous discussions.
You have 2 events to listen for "PostWasUpvoted" as well as "PostWasDownvoted" which both contain the post, post's user, and the upvoter/downvoter.
- Add ranking page
- Add notifications
- Requests?