View Full Version : How do I change the value of reputation per bar?
w00ttastic
07-05-2009, 10:18 PM
We have users with 30,000+ reputation points and they're starting to get bored with full rep bars, but they don't want rep reset entirely. How do I make it, say, 1000 rep per dark green and 2000 per bright green?
Ronald0
07-05-2009, 11:22 PM
Umm dont know if its possible but if it is. you must edit the settings in the vbulletin options section that deals with reputation and user reputation, then through the file manager in the cpanel or the ftp which ever you use. Upload which every color pixels you want to represent the amount of reputation. You might have to experiment although cause its set already but you can rename the images to which you want to match.
w00ttastic
07-06-2009, 10:25 PM
Well, the ACP options only change the amount of reputation points users give, not how much every bar is worth. It's too late for that to have any effect since everyone already has a full set of 11 bars.
I think the default setting is 50 points per dark green bar and 100 per light green bar.
EagleNick
07-06-2009, 11:14 PM
Here's what I did:
In includes/functions_reputation.php, find: $reputationbars = intval($reputation_value / 100); // award 1 reputation bar for every 100 pointsI changed the 100 to 50 so that my members acquired one light green pip for every 50 points of reputation (we have the opposite problem as you - our reputation system is rarely used, so it would naturally be difficult for members to get more than one green block).
I'm sure if you delve more into that file you can adjust the dark green pip setting as well.
Hope this helps! :)
w00ttastic
07-07-2009, 03:12 AM
Here's what I did:
In includes/functions_reputation.php, find: $reputationbars = intval($reputation_value / 100); // award 1 reputation bar for every 100 pointsI changed the 100 to 50 so that my members acquired one light green pip for every 50 points of reputation (we have the opposite problem as you - our reputation system is rarely used, so it would naturally be difficult for members to get more than one green block).
I'm sure if you delve more into that file you can adjust the dark green pip setting as well.
Hope this helps! :)
This worked perfectly! Thanks! I set it to 2000/4000.
fionix
06-06-2015, 03:30 AM
Does anyone know if this works with VB5.1.7 tried but nothing seems to change!??
Any help please.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.