View Full Version : "Logout" text at bottom of default style
Andy365
03-06-2009, 11:22 PM
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.
calorie
03-06-2009, 11:35 PM
Look for the following in the vB FORUMHOME template and edit as desired:
<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>
Andy365
03-07-2009, 12:07 AM
Thanks!!!!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.