See secretheart.jpg in the attachments below. To do it, follow these instructions....
In postbit
Find:
PHP Code:
<div id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername] </if>
</div>
Replace with:
PHP Code:
<span id="postmenu_$post[postid]">
<if condition="$show['profile']">
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a>
<script type="text/javascript"> vbmenu_register("postmenu_$post[postid]", true); </script>
<else />
$post[musername] </if>
</span><a href="profile.php?$session[sessionurl]do=admire&userid=$post[userid]"><img src="/images/heart.png" border=0 alt="Register your admiration for $post[username]"></a>
Upload heart.png* to /forumroot/images/
(edit the img path if neccessary)
Done!
*heart.png courtesy of
http://www.famfamfam.com