sonsuzus / flarum-ext-engagement-money
Rewards users for likes given and best answer actions using AntoineFr Money.
Package info
github.com/sonsuzus/flarum-ext-engagement-money
Type:flarum-extension
pkg:composer/sonsuzus/flarum-ext-engagement-money
Requires
- php: ^8.0
- antoinefr/flarum-ext-money: *
- flarum/core: ^1.8
- flarum/likes: *
- fof/best-answer: *
README
Adds engagement rewards to your Flarum forum using the antoinefr/flarum-ext-money currency system.
This extension rewards users for interacting with posts, helping others, registering, and returning daily to the forum. It is designed to increase community participation and healthy discussions.
✨ Features
Reward amounts are now fully customizable via the Flarum Admin Panel! Set your own values or disable specific rewards by setting them to 0.
The default reward values are:
- Giving a like: +1
- Being selected as Best Answer: +20
- Selecting a Best Answer: +5
- Registering an account: +50
- Daily login: +5
🛡️ Smart Protections
- Reversible Actions: Rewards are reverted if a like is removed or if a best answer is unset.
- Anti-Cheat: Users do not receive rewards for liking their own posts or selecting their own replies as the best answer.
- Limits: Registration reward is given only once. Daily login reward is strictly given once per day per user.
⚙️ Requirements
This extension requires:
- Flarum 1.8+
antoinefr/flarum-ext-moneyfof/best-answerflarum/likes
Make sure these extensions are installed and enabled before enabling Engagement Money.
🚀 Installation
Install via Composer:
composer require sonsuzus/flarum-ext-engagement-money
🔄 Updating
composer update sonsuzus/flarum-ext-engagement-money php flarum cache:clear