Skip to content

rampmaster/phpBB-Reputation-System

 
 

Repository files navigation

phpBB-Reputation-System

A full reputation (karma) system for phpBB3.1, with adjustable reputation settings.

Features

  • 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

Quick Install

You can install this on the latest copy of the develop branch (phpBB 3.1-dev) by following the steps below:

  1. Download the latest repository.
  2. Unzip the downloaded release, and change the name of the folder to reputation.
  3. In the ext directory of your phpBB board, create a new directory named pico (if it does not already exist).
  4. Copy the reputation folder to phpBB/ext/pico/ (if done correctly, you'll have the main extension class at (your forum root)/ext/pico/reputation/ext.php).
  5. Navigate in the ACP to Customise -> Manage extensions.
  6. Look for Reputation System under the Disabled Extensions list, and click its Enable link.
  7. Set up and configure Reputation System by navigating in the ACP to Extensions -> Reputation System.

Uninstall

  1. Navigate in the ACP to Customise -> Extension Management -> Extensions.
  2. Look for Reputation System under the Enabled Extensions list, and click its Disable link.
  3. To permanently uninstall, click Delete Data and then delete the /ext/pico/reputation folder.

To-Do List

  • 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)

License

GNU General Public License v2

About

The reputation (karma) system for phpBB 3.1.x

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 84.0%
  • HTML 10.2%
  • JavaScript 3.6%
  • CSS 2.2%