Subnav acting strangely on a per article basis

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rich145
    Member
    • Mar 2006
    • 98
    • 3.8.x

    [CMS] Subnav acting strangely on a per article basis

    Very odd behavior going on here. I can't for the life of me figure it out.

    I have 6 articles in a section. Same exact settings on all articles. I select the first one (manual order set) and the subnav looks as expected. Select another and it disappears, another and it may appear again. Now if I go in and edit the articles that do work and save - after saving the subnav disappears. Then I added a new article and the subnav doesn't appear there either now.

    I've created a new master style with no modifications and it still happens. I have no mods installed on the test environment either. I've cleared CMS cache and verified and repaired node table.

    First article code
    Code:
    <div id="navbar" class="navbar"> 
    	<ul id="navtabs" class="navtabs floatcontainer">		
    <li class="selected"> 
    	<a class="navtab" href="">Home</a> 
    	<ul class="floatcontainer">			
    				<li><a href="siteurl/vb40/content/1-home">Home</a></li> 			
    				<li><a href="siteurl/vb40/content/116-basics">The Basics</a></li> 			
    				<li><a href="siteurl/vb40/content/120-key-elements">Key Elements</a></li> 			
    				<li><a href="siteurl/vb40/content/119-reviews">Reviews</a></li> 		
    	</ul> 
    </li>
    Subsequent article codes
    Code:
    <div id="navbar" class="navbar">
    	<ul id="navtabs" class="navtabs floatcontainer"> 		
    <li class="selected"> 
    	<a class="navtab" href="">Home</a> 
    	<ul class="floatcontainer"> 	
    			<li class="hidden">&nbsp;</li>
    	</ul> 
    </li>
    Any other suggestions?
  • mojiba
    New Member
    • Nov 2009
    • 11
    • 3.6.x

    #2
    Rich145, did you solved this problem? I'm experiencing the same thing here =(

    Comment

    • Rich145
      Member
      • Mar 2006
      • 98
      • 3.8.x

      #3
      It was posted as a bug, and it does have a fix - http://www.vbulletin.com/forum/proje...?issueid=36433

      Comment

      Related Topics

      Collapse

      Working...