Can I remove the Navbar?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MrMichigan
    New Member
    • May 2008
    • 21

    Can I remove the Navbar?

    I would like to remove the whole navbar just on the forumhome page (Index.php). But have it still there in all the forumdisplay.php sections. Is this possible? If so, how?

    Thank you,
    MrMichigan
  • Loco.M
    Senior Member
    • Mar 2005
    • 4319
    • 3.5.x

    #2
    you could do this and add all the forum ID's that you want to show it on.

    Display Information On a Per Forum Basis
    --------------------------------------------------
    This conditional allows you to display information on a per forum basis. This can be helpful if you wish to display different advertisements depending on what forum that the user is in. You would simply replace X with the forum id that you wish the information to appear in.
    HTML Code:
    Code:
    <if condition="$forum[forumid] == X">place navbar code here</if>
    -- Web Developer for hire
    ---Online Marketing Tools and Articles

    Comment

    • MrMichigan
      New Member
      • May 2008
      • 21

      #3
      Just want to remove

      I thought all I had to do was remove the "$navbar" in the forumhome html. But the navbar still shows up on my home page of my forum.

      Code:
      [x_powered_by_vbulletin]</phrase></title>
      </head>
      <body>
      $header
      [COLOR=red]$navbar[/COLOR]
      <if condition="$show['guest']">
      <!-- guest welcome message -->

      Comment

      • Loco.M
        Senior Member
        • Mar 2005
        • 4319
        • 3.5.x

        #4
        some styles put it in the header, look at the end of the header template.
        -- Web Developer for hire
        ---Online Marketing Tools and Articles

        Comment

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