Gamification by ReFlar
A Flarum extension that adds upvotes, downvotes, and ranks to your Flarum Community!
Upvote and downvote posts anonymously, reward active users with ranks, and sort posts by hotness. This is meant as a replacement for the Likes extension, they are not compatible.
Usage
- Just click upvote or downvote
- Posts can be sorted by "Hotness"
Installation
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.
Developer Guide
You have 1 event to listen for PostWasVoted
it contains the post, post's user, the actor, and the vote type (up or down).
To Do
Issues
Links