I love this hack.
I have added the following to my postbit and postbit_legacy files.
Look for
Code:
<if condition="$post['userid'] AND $show['member']">
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
</if>
Add:
Code:
<if condition="$bbuserinfo[usergroupid]==6">
<tr><td class="vbmenu_option"><a href="$vboptions[forumhome].php?$session[sessionurl]u=$post[userid]&admin_log_in_as_user=$post[userid]">Admin Login as this User</a></td></tr>
</if>
This will allow you admins to use the log in feature from the pulldown menu associated with the username in the postbit templates.