Cyb:
I added this to my postbit_legacy and postbit templates so I can login in from the pulldown menu with their username.
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>
and below this add
Code:
<if condition="$bbuserinfo[usergroupid]==6">
<tr><td class="vbmenu_option"><a href="member.php?do=cyb_loginasuser&u=$post[userid]">Login As User</a></td></tr>
</if>
Do you think you could add the option of a link if you are logged in as another username you can click on that and sign back in with your own username?
Parker