^ Thanks, I think it would be a nice addition too for this mod, I just hope someone can help me out and then we can both have this on our forum, lol ...
EDIT:
What I have so far is this ...
Code:
<!-- Donation Hack Image Addon -->
<if condition="DONT_KNOW_WHAT_TO_PUT_HERE"><a class="bigusername" href="misc.php?do=donlist"><img src="images/donate.gif" align="absmiddle" alt="User Has Donated!" border="0" /></a></if>
<!-- /Donation Hack Image Addon -->
I would place this after this code in postbit or postbit_legacy template (depending on which I'm using) ...
Code:
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
This is what I'm thinking, but I'm not sure if it would work as I would need to figure out which "condition" to place in the <if> statement