I made some nicer thumbs (you will need to change the helpful_answers_roll template to:
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']">
<phrase 1="$post[goodrank]" 2="$post[totalrank]">$vbphrase[helpfulanswer_x_out_of_y]</phrase>
</if>
<if condition="$show['rate_helpfulanswer']">
<strong>$vbphrase[helpfulanswer_didyoufind]</strong>
<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" onmouseover="document.post_$post[postid]_up.src='images/buttons/ha_thumbsup.gif';" onmouseout="document.post_$post[postid]_up.src='images/buttons/ha_thumbsup_gray.gif';"><img name="post_$post[postid]_up" src="images/buttons/ha_thumbsup_gray.gif" width="16" height="18" border="0" alt="$vbphrase[helpfulanswer_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" onmouseover="document.post_$post[postid]_dn.src='images/buttons/ha_thumbsdn.gif';" onmouseout="document.post_$post[postid]_dn.src='images/buttons/ha_thumbsdn_gray.gif';"><img name="post_$post[postid]_dn" src="images/buttons/ha_thumbsdn_gray.gif" width="16" height="18" border="0" alt="$vbphrase[helpfulanswer_no]" /></a>
<else />
<if condition="$post[helpfulanswerid] AND !$show[guest]">
<if condition="$post[yesno]">
<img src="images/buttons/ha_thumbsup.gif" width="16" height="18" border="0" alt="$vbphrase[helpfulanswer_yes]" />
<img src="images/buttons/ha_thumbsdn_gray.gif" width="16" height="18" border="0" alt="$vbphrase[helpfulanswer_no]" />
<else />
<img src="images/buttons/ha_thumbsup_gray.gif" width="16" height="18" border="0" alt="$vbphrase[helpfulanswer_yes]" />
<img src="images/buttons/ha_thumbsdn.gif" width="16" height="18" border="0" alt="$vbphrase[helpfulanswer_no]" />
</if>
</if>
</if>
<if condition="$show['guest'] AND $vboptions['helpans_guestshow']">
<strong>$vbphrase[helpfulanswer_didyoufind]</strong>
<a href="./helpfulanswers.php?do=guestrate" rel="nofollow">$helpfulanswer_yes</a> |
<a href="./helpfulanswers.php?do=guestrate" rel="nofollow">$helpfulanswer_no</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>
</div>
</if>