A full reputation (karma) system for phpBB3.1, with adjustable reputation settings.
- AJAX post rating
- AJAX user rating
- possibility to choose reputation power during giving a reputation point
- lots of ACP setting such as: enable/disable the whole system, enable/disable negative points, enable/disable comment, force to write a reputation comment, reputation power settings (base on post, groups, etc.)
- permissions system - you can adjust it to your board
- and more
You can install this on the latest copy of the develop branch (phpBB 3.1-dev) by following the steps below:
- Download the latest repository.
- Unzip the downloaded release, and change the name of the folder to
reputation
. - In the
ext
directory of your phpBB board, create a new directory namedpico
(if it does not already exist). - Copy the
reputation
folder tophpBB/ext/pico/
(if done correctly, you'll have the main extension class at (your forum root)/ext/pico/reputation/ext.php). - Navigate in the ACP to
Customise -> Manage extensions
. - Look for
Reputation System
under the Disabled Extensions list, and click itsEnable
link. - Set up and configure Reputation System by navigating in the ACP to
Extensions
->Reputation System
.
- Navigate in the ACP to
Customise -> Extension Management -> Extensions
. - Look for
Reputation System
under the Enabled Extensions list, and click itsDisable
link. - To permanently uninstall, click
Delete Data
and then delete the/ext/pico/reputation
folder.
- Link to post on details pages
- Group reputation power
- Delete reputation
- Clear user/post reputations
- ACP synchronization functions
- MCP reputation modules
- UCP reputation modules
- Notifications
- Responsive design
- Reputation ranks
- Updater from version for phpBB 3.0.x to release for phpBB 3.1.x - in progress (testing phase)