Extension for the phpBB forum software
Allows users to like or dislike posts, contributing to each member’s reputation score.
- 👍 Like or 👎 Dislike posts directly
- 🧮 Member reputation is calculated based on received feedback
- 🔐 Permission control for reacting
- 🧰 ACP settings to configure reaction behavior and limits
-
Clone or download into:
ext/danieltj/memberreputation/ -
In the phpBB Admin Control Panel:
Customize → Extensions → Enable "Member Reputation" -
Remember to update the user permissions
- phpBB:
>= 3.3.15 - PHP:
>= 8.2
When a user likes or dislikes a post:
- A reaction is recorded
- The post author’s reputation score is updated
- Users can only react once per post
- 📈 Reputation leaderboards
- ⏳ Reaction cooldowns or limits
- 💬 Comment on reactions (e.g., why disliked)
Forked and modernized from github repository https://github.com/Steve-C/Member-Reputation from original code by Daniel James (https://github.com/danieltj27).
Updated for PHP 8.2 and phpBB 3.3.15 compatibility.
GPL v2