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?
--------------------------------------------------------------------------------
|