License is attached inside extras folder by using this software you agree to the terms of that license.

Plugin Name: AnonRep (Anonymous Reputations)
Plugin Author: Jesse Labrocca
Plugin Website:  http://www.MybbCentral.com
Plugin Version: 1.0
Plugin Mybb Compatibility: 1.4x
Plugin File Edits: 1
Plugin File Uploads: 1
Plugin Description: Allows for anonymous reputations to be given based on groups.  A setting is adding to the Reputations and each group is seperated by a comma.  Each group in the setting can give anonymous reputatations.  If the group is removed or if the person is no longer in the anon rep group then the reputation will become visible.  Anyone with modcp access can view all reputations. Rep givers can decide when giving rep if they want it to be anonymous.  If you give an anonymous reputation you will see the rep marked with a "(anonymous)" after the username link.

This plugins requires a core file edit.  Unfortunately it was not possible to do without adding an additional hook into one file.

Installation
=====================
1. Upload the file /inc/plugins/anon_rep.php
2. FTP and make the following core file edit:

Open up ROOT/reputation.php
Find:
	
		eval("\$reputation_votes .= \"".$templates->get("reputation_vote")."\";");
	
Before it add:

		//Custom hook for Anonymous Reputation Plugin
		$plugins->run_hooks("reputation_vote");
		
3. Activate the plugin "Anonymous Reputation" in the admincp.

4. Change settings under "Reputation" to add the groups you want to be anonymous.

Troubleshooting Tips: Please read the plugin release thread at MybbCentral.com for the latest help. It's important you read the thread before asking for help.

Troubleshooting Templates
---------------------------

There are two template edits in case the install did not work for you.

reputation_add

Find "</select>" add after it "{$anon_rep}"

reputation_vote

Find "-" add before it "{$anonymous}"

This is not yet language compatible. I will be adding both to the next version once more user input is given on how to improve this.

DEMO: http://www.supportforums.net

I can be reached at http://www.mybbcentral.com as username LABROCCA

Thank you.
Jesse Labrocca

