tunnaduong / flarum-ext-user-points
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:flarum-extension
Requires
- flarum/core: ^1.8
- flarum/likes: *
- fof/reactions: *
README
A simple point-based ranking system for Flarum, inspired by fof/gamification.
Users earn points based on their activity:
- 📝 +10 points for starting a new discussion
- 💬 +2 points for posting a comment
- 👍 +5 points whenever their post gets an upvote (requires fof/vote)
View the rankings at /ranking
.
📦 Installation
Requires: Flarum v1.0+ and fof/vote
Run this in your Flarum root directory:
composer require tunnaduong/flarum-ext-user-points:*
php flarum migrate
php flarum cache:clear