PDA

View Full Version : Reputation in Postbit


Kanustep
07-29-2008, 09:57 PM
Hello,

I'm using this code in postbit template but it not seems to work:

<div>$.vbphrase[reputation]: $.vbulletin->userinfo['reputation']</div> (without the dots)

I'm trying to add the value (number) of reputation in the member postbit. Anyone has tips how to do this?

Thank you in advance.

Opserty
07-29-2008, 09:59 PM
Not sure why you put the dots in :P

<div>$vbphrase[reputation]: $post[reputation]</div>

Try that.

Kanustep
07-29-2008, 11:04 PM
Thank you opserty. When I try to put the variable on vbulletin.com, the code didn't appear.