Back to vBulletin 3.8 Template Modifications

Remove guest welcome / first visit message
Mod Version: 1.00, by Pip

vB Version: 3.8.0 Rating: (1 vote - 5.00 average) Installs: 17
Released: 26 Jan 2009 Last Update: Never Downloads: 1
Not Supported Template Edits  

Hi,

this is only a little one but everybody starts from the scratch
I spent some time to search for that issue so I think it's of value to documentate it for others looking for the same issue.

--------------------

What ...?

vb shows to unregistered users a guest welcome message (first visit) on the Forum Home.
Welcome to the Forum
If this is your first visit, be sure to check out the http://www.vbulletin.org/forum/faq.php by clicking the link above. You may have to http://www.vbulletin.org/forum/register.php before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.


Why ....?


Maybe you just like to have that message gone or use the Notice system (Display this notice if > user belongs to usergroup "unregistered / not logged in"

since vb offers the Notice system I prefer to use that instead of the "guest welcome message". Especially as you can use the Notices on every page (-> search engines reffering to threads) and the guest welcome message is only shown on the forum home
How ...?
  • Go to your Admin Control Panel
  • Open the "Styles & Templates" > "Style Manager"
  • Select "Edit templates"
    • you have to repeat that step for every parent style
  • Find the "FORUMHOME" template and edit it
  • Find this block
    Code:
    <if condition="$show['guest']">
    <!-- 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 -->
    <br />
    </if>
  • Remove it & save the template

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024