hello,
I enabled users' option to hide / show reputtation and i changed picture for reputation points in posts, but unfortunately it doesn(
work, i had a look on the web but didn't find any answer to this, here's my template code :
Code:
<vb:if condition="$show['reputation']">
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}" title="{vb:raw post.username} {vb:raw post.level}">
Reputation : {vb:raw post.reputation}
</span>
</vb:if>
how can i manage to make it work together please ?