The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Reputation Display Simple
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. |
#2
|
|||
|
|||
I would like to know this also!
|
#3
|
||||
|
||||
<a href="https://vborg.vbsupport.ru/showthread.php?t=122589" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=122589</a> ?
|
#4
|
|||
|
|||
thats not it paul here is a Good example :
http://forum.bodybuilding.com/showpo...3&postcount=44 (lots of rep bar for so lil rep points) http://bleach-network.com/forums/sho...&postcount=111 |
#5
|
||||
|
||||
You are confusing two things, rep power is not rep points, which is what the bar display is showing.
|
#6
|
|||
|
|||
what exactly is the difference O_O ?
|
#7
|
|||
|
|||
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.
|
#8
|
|||
|
|||
Thank you!!!!!!!!!!!
|
#9
|
|||
|
|||
I think what you're looking for is in "includes/functions_reputation.php"
look for Code:
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; } |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|