Code:
<if condition="$show['helpfulanswer']">
<div id="helpfulanswers_box_$post[postid]">
<br /><hr size="1" style="color:$stylevar[tborder_bgcolor]" />
<if condition="$vboptions[helpans_neg]">
<if condition="$post['totalrank']">
<img src="images/buttons/ha_thumbsup.gif" width="20" height="20" border="0" alt="Good" /> $post[goodrank]
<img src="images/buttons/ha_thumbsdn.gif" width="20" height="20" border="0" alt="Bad" /> $post[badrank]
</if>
<if condition="$show['rate_helpfulanswer']">
<strong>$vbphrase[helpfulanswer_didyoufind]
<a href="./helpfulanswers.php?do=rate&postid=$post[postid]&rank=1" <if condition="$vboptions[disable_ajax] != 2"> onclick="return helpfulanswers_rate($post[postid], 1);" </if> rel="nofollow"> <img src="images/buttons/ha_thumbsup.gif" width="20" height="20" border="0" alt="Yes" /></a> |
<a href="./helpfulanswers.php?do=rate&postid=$post[postid]&rank=0" <if condition="$vboptions[disable_ajax] != 2"> onclick="return helpfulanswers_rate($post[postid], 0);" </if> rel="nofollow"><img src="images/buttons/ha_thumbsdn.gif" width="20" height="20" border="0" alt="Yes" /></a>
</if>
<else />
<if condition="$post['totalrank']">
<phrase 1="$post[goodrank]">$vbphrase[helpfulanswer_x_found]</phrase>
</if>
<if condition="$show['rate_helpfulanswer']">
<strong>$vbphrase[helpfulanswer_didyoufind] <a href="./helpfulanswers.php?do=rate&postid=$post[postid]&rank=1">$vbphrase[helpfulanswer_yesidid]</a></strong>
</if>
</if>
<if condition="$show['helpfulvoted']"><strong>$vbphrase[helpfulanswer_thanks]</strong></if>
</div>
</if>
Use this version instead.