btw, i think this will be useful:
to allow the users to find thanked post by a particular user from the postbit/postbit_legacy, find:
Code:
<if condition="$show['search']">
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></td></tr>
and add:
Code:
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=findthanks&u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[post_thanks_search_user]</phrase></a></td></tr>
below it