Here's what I have setup in my forum. I hope you find it useful:
In your postbit template find
Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
Below this, add:
Code:
<if condition="is_member_of($post, USERGROUPID)">
<a href="/forum/payments.php"><img src="YOUR IMAGE PATH" alt="Contributor" style="border-style:none" /></a>
</if>
Be sure that you replace USERGROUPID and YOUR IMAGE PATH.
Good luck!