Log in

View Full Version : reputation postbit


orange gold
08-03-2008, 06:32 PM
ok i think postbit is the thing that shows your posts and avatar and what not. if it isnt im talking about the thing that shows your avatar above each post and also shows username and posts and the rep boxes.

my question is how do i get it to show rep number. and rep level. like if i have 230 rep number my rep level would be 6 and it would show 2 green boxes or sumthing like that

example:

(username and avatar here)
posts: 564
rep: 230
rep lvl: 6 (image of 2 green boxes here)


how do i get it to display the info in red in the example. thanks - og

Froggy32701
08-04-2008, 02:40 AM
$post[reputation]

Try adding this to your postbit. This worked for me on previous version of vb

EDIT:

In my postbit_legacy, I found <if condition="$show['reputation']"><div>
<br>

Under it I added


Reputation:$post[reputation]
<br>

So it looked like this

[<if condition="$show['reputation']"><div>
Reputation:$post[reputation]
<br>

The outcome

http://img355.imageshack.us/img355/2568/repwf0.jpg

Hope this helps.

Please not this is a custom skin, so you may need to play with it a little.