Back to vBulletin 3 Articles

Remove Welcome Headers (from guests)
by RHWiRED 02 Jul 2008

If you do not wish to display the welcome header for guests, on the front page, please follow the instructions below.
  1. Go into the style manager.
  2. Find the "FORUMHOME" template, it is under "Forum Home Templates".
  3. Find this code, and remove it:

Code:
<!-- guest welcome message -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
</tr>
<tr>
<td class="alt1">
<phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase>
</td>
</tr>
</table>
<!-- / guest welcome message -->

It's a simple tutorial, but helps some people.

Thanks,

vblts.ru supports vBulletin®, 2022-2024