tunnaduong/flarum-ext-user-points

v0.1.6 2025-06-28 06:54 UTC

This package is auto-updated.

Last update: 2025-06-28 09:02:59 UTC


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