The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
Reputation Value
I managed to get the actual reputation value to post instead of the little green bars by replacing this (in postbit):
<if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if> with this: <if condition="$show['reputation']"><div>Reputation:<if condition="$post[reputation]<0"><font color='maroon'> $post[reputation]</font></if> <if condition="$post[reputation]>0"><font color='black'> $post[reputation]</font></if></if> That took care of how it's displayed in the threads but the members list still shows the green bars and the user profiles still show the green bars. Can someone help me fix it so there are no green bars and if a user has a rep value of say "410" it shows up as 410 rather than displaying those bars? -------------------------------------------------------------------------------- |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|