how can i remove this box?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • smonabav
    New Member
    • Apr 2008
    • 29
    • 3.6.x

    how can i remove this box?

    how can i remove this box completely?
    "Welcome to Forum.
    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."

    is it possible?
  • Jose Amaral Rego
    Senior Member
    • Feb 2005
    • 11058
    • 1.1.x

    #2
    # template: FORUMHOME
    # delete
    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>

    Comment

    • smonabav
      New Member
      • Apr 2008
      • 29
      • 3.6.x

      #3
      Thanks

      Comment

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