Enhanced Reputation Given Checks
This thread is in the Modification Graveyard.
This modification is no longer available or supported. This adds a set of extra checks for whenever members try and give reputation to posts. Reputation Power Cap Sets the maximum reputation giving power for any member. Higher Reputation Forum List Any reputation given in the forums listed will be multiplied by the "Higher Reputation Multiply Factor". Higher Reputation Multiply Factor See above : Forums in the "Higher Reputation Forum List" will have any reputation given multiplied by this factor. No Reputaion Forum List List of Forums in which members cannot give reputation to posts. Open Threads Limit Posts in open threads, that are older than this limit, cannot be given reputation. Closed Threads Limit Posts in closed threads, that are older than this limit, cannot be given reputation. Negative Reputation Multiply Factor All negative reputation is multiplied by this factor (by default vb sets negative reputation to half of positive reputation). Require Reputation Comment Members must leave a comment in order to give a post reputation. Points to note ;
History: v1.04 : Initial Public Release. v1.05 : Fixed zero reputation bug reported by sinaluna in Post #51 Spoiler (click to open)
Paul,
I looked at the plugin code for "Reputation Checks (2)" and saw this line (line 12): Code:
if (!($perms['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['cannegativerep'])) $reppower = 0; Maybe something like this: Code:
// Negative Reputation // if ($reputation != 'pos') { if (!($perms['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['cannegativerep'])) { $reppower = 0; } else { $reppower *= -1; $reppower *= $vbulletin->options['negrepfactor']; } Close
v1.06 : Minor changes, no update necessary. Download This modification cannot be downloaded. Screenshots
|
Similar Mods
Administrative and Maintenance Tools Enhanced Reputation Checks | Modification Graveyard |
Administrative and Maintenance Tools Enhanced Reputation Checks | Modification Graveyard |