Ha, I guess that's true. I'll take a look too, then.
Okay:
Find in postbit template:
Code:
<if condition="$post['rank']"><div class="smallfont">$post[rank]</div></if>
</td>
Add below:
Code:
<td class="alt2" align="center" width="90%">
<div class="smallfont"><img src="" alt="" border="" /></div>
</td>
Are you trying to put your regular rank images there? If so, the code will need to be changed a little bit. As I posted above would be if you just wanted to stick an image there.