User Points

User Points tunnaduong/flarum-ext-user-points

Adds a user point and ranking system. Used by CBH Youth Online forum.

🎖️ Flarum Extension: User Ranking System

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

Versions

  • Version v0.1.1.

    Likely works with Flarum v1.8.10.

    Unlikely to work with Flarum v2.0.0-beta.3.

  • 1 additional versions.
  • Extension created.