Winterworks
08-22-2009, 12:38 AM
<if condition="$show['reputation']"><div class="smallfont"><if condition="$show['reppower']">$vbphrase[reputation]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if></div><div style="padding:2px 0px 2px 0px;"></div><div><span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div></if>
That's my current code in my postbit template.
Currently, when someone has a reputation level of 100, it shows "Reputation: 2", which I don't understand at all. I'd like for it to show the reputation level, instead of reputation power. How can I do this?
So display "100" instead of "2".
That's my current code in my postbit template.
Currently, when someone has a reputation level of 100, it shows "Reputation: 2", which I don't understand at all. I'd like for it to show the reputation level, instead of reputation power. How can I do this?
So display "100" instead of "2".