View Full Version : reputation point code in postbit legacy
hendri
12-25-2009, 11:00 AM
anyone know the code ?
i want to show reputation point in postbit legacy
so the view is
rep power 5
rep point 180
hendri
12-27-2009, 08:32 AM
upzzzzzzzzzzzzzzzzzzzzzz
--------------- Added 1261967045 at 1261967045 ---------------
nobody can help ?
mrthe
01-04-2010, 07:24 PM
i have the same problem in the postbit_legacy don't show me the points only the power,it's normal in vb4? because in vb3.8 i haven't this problem
Charlie98902
01-04-2010, 11:21 PM
I would rather have the rep points in numbers rather than in those green bars as well but I use postbit.
LifesGreatestGift
01-05-2010, 11:48 PM
Seeing as I dont use the reputation mod, I would need to know what page are the points displayed on, then I can help :)
mattpist
01-06-2010, 08:13 AM
i would like to do this as well on my site. the code is located in your template's postbit (and i believe postbit_legacy too) and the tag/code that displays the pip images is:
$post[reputationdisplay]
and the one that displays the reputation power is:
$post[reppower]
and so like i said before, id like to represent my reputation points as a number, not images. can anyone tell us how to do this?
Juggernaut
01-22-2010, 12:26 AM
I too need help with this :(
--------------- Added 1264213186 at 1264213186 ---------------
Anybody know how to do this?
mattpist
01-23-2010, 03:40 AM
i figured it out eventually, and replaced my reputation display in my postbit with this:
<if condition="$show['reputation']"><div><span id="repdisplay_$post[postid]_$post[userid]"><if condition="$post['showreputation']">$vbphrase[reputation]: $post[reputation]<br /></if></span></div></if>
basically, you'll want to replace:
$post[reputationdisplay]
with:
$post[reputation]
...if i remember correctly.
Juggernaut
01-23-2010, 10:52 PM
^^ I couldn't figure that one out. :(
Juggernaut
01-27-2010, 01:00 AM
No help, anybody?
vexvegaz
01-27-2010, 04:04 AM
in postbit
{vb:raw post.reputation}
will post your reputation as numbers.
Juggernaut
01-28-2010, 12:25 AM
^^ Where exactly does this code go?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.