J o o k
02-03-2014, 04:42 PM
<vb:if condition="$show['reputation']">
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">Reputation: {vb:raw post.reputation}</span>
</vb:if>
This is what I have in my postbit and postbit legacy. I am running 4.2.2.
I'm trying to have the bars for reputation instead of the reputation number value, but when I change it to vb:raw post.reputationdisplay it shows "reputation array" instead of bars. Green bars would be okay, but the orange bars would fit my theme.
Can anyone help me out, please?
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">Reputation: {vb:raw post.reputation}</span>
</vb:if>
This is what I have in my postbit and postbit legacy. I am running 4.2.2.
I'm trying to have the bars for reputation instead of the reputation number value, but when I change it to vb:raw post.reputationdisplay it shows "reputation array" instead of bars. Green bars would be okay, but the orange bars would fit my theme.
Can anyone help me out, please?