The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
how to remove "log out of admin"
how to remove "log out of admin"
|
#2
|
||||
|
||||
Find and remove in your "FORUMHOME" template:
Code:
<if condition="!$show['guest']"> <table cellpadding="0" cellspacing="0" align="right" width="100%"> <tr> <!-- member logout --> <td align="$stylevar[right]"> <a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td> <!-- end member logout --> </tr> </table> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|