This is awesome! just what I needed.
I am using the Yet Another Awards System Hack and here is my postbit info for that hack, can you make it like the thanks hack too?
HTML Code:
<!-- show awards -->
<if condition="$post[showuserawards]">
<br />
<fieldset><legend><a href="member.php?u=$post[userid]&tab=myawards" title="$vbphrase[more_awards]">$vbphrase[award_showcase]</a></legend>
<div class="awards_showcase_awarddisplay">$post[userawards]</div>
<div class="awards_showcase_infodisplay">
<a href="member.php?u=$post[userid]&tab=myawards" title="$vbphrase[more_awards]">$vbphrase[total_awards]</a>: $post[num_awards]
<if condition="$vboptions[aw_points]"><br />
<a href="member.php?u=$post[userid]&tab=myawards" title="$vbphrase[more_awards]">$vbphrase[total_points]</a>: $post[total_points]
</if>
</div>
</fieldset>
<br />
</if>
<!-- /show awards -->
Thanks!