Removing " If this is your first visit, be sure to check out the FAQ...."

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • CompuForums.org
    New Member
    • Aug 2006
    • 20
    • 3.5.x

    Removing " If this is your first visit, be sure to check out the FAQ...."

    Hi there,

    How do I remove the entire box with the " 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." text from my homepage?

    Many thanks.
  • Colin F
    Senior Member
    • May 2004
    • 17689

    #2
    Edit your FORUMHOME template.
    Find and remove this code:
    Code:
        <if condition="$show['guest']">
        <!-- guest welcome message -->
        <tr>
            <td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
        </tr>
        <tr>
            <td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
                <phrase 1="faq.php$session[sessionurl_q]" 2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase>
            </td>
        </tr>
        <!-- / guest welcome message -->
        </if>
    Best Regards
    Colin Frei

    Please don't contact me per PM.

    Comment

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