Log in

View Full Version : Reputation points vs Power


mp3u
07-26-2009, 11:14 PM
Plenty of newbie questions from me lately - in the middle of setting up my forum after porting it into vB3.8.1

I just got Rep Points up and running, i have the green boxes showng for Rep Power but there is no number associated with it. I can't find anything in the manual about this and there doesn't appear to be anything in the Admin CP but I've seen it on a lot of vB boards. Is there a hack I have to download to allow this?

--------------- Added 1248719799 at 1248719799 ---------------

Anyone? This one must be pretty simple - I just can't see how to do it anywhere but I have seen it on plenty of vB boards.

steve71
07-29-2009, 12:07 AM
to show the rep points or rep power #'s you have to ad vb phrases in the postbit template.

<div> <span id="repdisplay_$post[postid]_$post[userid]">$post[reputationdisplay]</span></div>

This code will display reputation points. I trimmed this down from my <if condition...so double check with vbulletin.com if it doesn't work.