View Full Version : Reputation Display Simple
jags2ooo
10-21-2007, 11:20 AM
I've been looking at other forums and if REP Power = 300 there is 15 bars showing
but on my forum rep power = 300 but you only get 4 bars.
Where can the amount of bars displayed be edited.
Vesica
10-21-2007, 11:53 AM
I would like to know this also!
Paul M
10-21-2007, 11:58 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=122589" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=122589</a> ?
jags2ooo
10-21-2007, 12:09 PM
thats not it paul here is a Good example :
http://forum.bodybuilding.com/showpost.php?p=77211463&postcount=44 (lots of rep bar for so lil rep points)
http://bleach-network.com/forums/showpost.php?p=105648&postcount=111
Paul M
10-21-2007, 02:35 PM
You are confusing two things, rep power is not rep points, which is what the bar display is showing.
jags2ooo
10-21-2007, 03:05 PM
what exactly is the difference O_O ?
Spank
10-21-2007, 05:29 PM
Rep power is the user's ability to give rep. The higher the rep power the more they can affect other users' rep. Rep points is the amount of rep they have received.
jags2ooo
10-21-2007, 05:31 PM
Rep power is the user's ability to give rep. The higher the rep power the more they can affect other users' rep. Rep points is the amount of rep they have received.
Thank you!!!!!!!!!!!
Chicago_VLNU_4s
10-29-2007, 01:33 PM
I think what you're looking for is in "includes/functions_reputation.php"
look for
else
{
$reputationgif = 'pos';
$reputationhighgif = 'highpos';
}
if ($reputation_value > 500)
{ // bright green bars take 200 pts not the normal 100
$reputation_value = ($reputation_value - ($reputation_value - 500)) + (($reputation_value - 500) / 2);
}
$reputationbars = intval($reputation_value / 100000); // award 1 reputation bar for every 100 points
if ($reputationbars > 10)
{
$reputationbars = 20;
}
Of course yours will look a little different but play around in there until you have it the way you like it.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.