Log in

View Full Version : what's the code to display the reputation number?


Evil X
10-05-2006, 02:58 AM
what's the code to display the reputation number? the number of reputation points... what's the code to show that?

Zachery
10-05-2006, 03:04 AM
$post[reputation]

UncoderMom
10-05-2006, 03:08 AM
The whole bit of code is the numbers and the image.

in postbit or postbit legacy

<if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: $post[reppower] </if><div>$post[reputationdisplay]</div></if>


$post[reputation]

I was going to edit and add that :P Your quick!! lol

Evil X
10-05-2006, 03:14 AM
Thanks :D

ga2000gt
10-15-2006, 08:48 PM
I used this code:
<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]">My Reputation: $post[reputation] <br></br>$post[reputationdisplay]</span></div></if>

so it looks like:

https://vborg.vbsupport.ru/external/2006/10/7.gif