Remove welcome block

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gbrain
    Member
    • Jan 2006
    • 30
    • 5.1.x

    Remove welcome block

    Hi, I am having a bad day today and cant find out how to remove the "welcome to.." for non registered users.

    We are using an invite only system and just want to remove this banner.

    Is it possible.

    I have done some searched but to no avail.

    thank

    G.

    Welcome to

    If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register 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.
  • Shadab
    Senior Member
    • Nov 2007
    • 143
    • 3.8.x

    #2
    AdminCP -> Style Manager -> << >> for the skin you want to edit
    Edit the 'FORUMHOME' template.

    REMOVE :
    HTML 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>
    The joy of an early release lasts but a short time. The bitterness of an unusable system lasts for years.
    GeekPoint Forum | Articles & Reference

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...