Try adding this to your postbit. This worked for me on previous version of vb
EDIT:
In my postbit_legacy, I found
Quote:
<if condition="$show['reputation']"><div>
<br>
|
Under it I added
Quote:
Reputation:$post[reputation]
<br>
|
So it looked like this
Quote:
[<if condition="$show['reputation']"><div>
Reputation:$post[reputation]
<br>
|
The outcome
Hope this helps.
Please not this is a custom skin, so you may need to play with it a little.