The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
"Logout" text at bottom of default style
Where can I find the code to delete or change the color of the "Log Out Username" at the bottom of the default style? Mine is the same color as the background. I might just want to delete it. It seems unnecessary to me anyhow.
|
#2
|
|||
|
|||
Look for the following in the vB FORUMHOME template and edit as desired:
Code:
<if condition="!$show['guest']"> <!-- member logout --> <td align="$stylevar[right]"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></td> <!-- end member logout --> </if> |
#3
|
|||
|
|||
Thanks!!!!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|