Ну попробуй так еще
Код:
<vb:if condition="$show['reputation']">
<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">
<dt>Репутация:</dt>
<b>
<vb:if condition="$post[reputation] >= 0"><dd>
<font color="green">{vb:raw post.reputation}</font></dd>
<vb:else />
<dd><font color="red">{vb:raw post.reputation}</font>
</vb:if>
</b>
<a class="popupctrl reputation" title="{vb:rawphrase reputation}" href="reputation.php?{vb:raw session.sessionurl}do=addreputation&p={vb:raw post.postid}" rel="nofollow" id="reputation_{vb:raw post.postid}">
<b>[<font color="green">+</font>/<font color="red">-</font>]</b>
</a>
</dd>