Need help! Will really appreciate

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tradingvip
    New Member
    • Jul 2015
    • 27
    • 5.1.x

    Need help! Will really appreciate

    Hi guys, I need help! Struggling with this.

    Basically, I setup my channel manager: I am trying to hide the Node 1 (not display it in the forums). Please see attachments. First screenshots is how the node is defined. Second screen shot is how the forums look like, I want the first "Home" to not be displayed!

    Click image for larger version

Name:	3be0840cea0a3c8ad3dae0b669396041.png
Views:	178
Size:	41.6 KB
ID:	4325216


    Click image for larger version

Name:	c6db102f02aded25d88d69fd3fb9a83c.png
Views:	86
Size:	45.1 KB
ID:	4325217

    Any help to resolve this is really appreciated. Thanks in advance.
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    You can't, its the root node and the "home" page.

    Comment

    • Replicant
      Senior Member
      • Sep 2014
      • 527

      #3
      You can hide it but it will break the breadcrumbs link back to the forum homepage. Add this to css_additional.css
      Code:
         #breadcrumbs > li:nth-child(1), #breadcrumbs > li:nth-child(2) {
      display: none;
       
       
        }


      Comment

      Related Topics

      Collapse

      Working...