Works as a charm.. also with vblogetin and with a tiny mod also in vbgallery...
simply great!!!!
Just a little suggestion.. (enhancement) by changing the template edit..
you can have the username as who you are logged in in the header...
how? install as is..
then open header template and find:
HTML Code:
$vbphrase[admin_log_out_as_user]
and replace with:
HTML Code:
<phrase 1="$bbuserinfo[username]">$vbphrase[admin_log_out_as_user]</phrase>
then go to your phrase manager.. find the phrase : admin_log_out_as_user
open for edit..
from:
Quote:
<b>You are currently logged in as another user. Click here to log back into your account.</b>
|
to:
Quote:
<b>You are currently logged in as <span style="color:#FF0000;">{1}</span>. Click here to log back into your account.</b>
|
you now have at the top of each page for example:
You are currently logged in as Felix. Click here to log back into your account.
thats it and thx for the great hack
Felix