Hi Tiffany, Assuming that home is level 1 in your navigation structure, and level 3 pages should be displayed in your top navigation.
You really don't need level 1 not selected, you just need level 1 selected and ensure <navigation:nextlevel> is in the code. Same thing again for level 2, you don't need level 2 not selected, you just need level 2 selected and ensure <navigation:nextlevel> is in the code. The reason you are getting pages from both sites is because in level 2 not selected, you have <navigation:nextlevel> in the code. That means, even if I am not browsing a page in this website, go ahead and crawl the next level. I hope the limited info I have given helps. -Jian On Mon, Feb 21, 2011 at 7:54 PM, Tiffany Portman <[email protected]>wrote: > Hi all, > > I have a site that splits into two different sites after the home > page: > > home > choose site a > choose site b > > they are both using the same templates and both are public they just > show different content. > > the design is using just a top nav. I can get the pages to show up > properly BUT I'm getting ALL the pages from BOTH site in the top nav. > > navigation templates: > -----level 1 not selected (level 1 selected just has "current" adding > to the class)----- > <ul> > <li class=""><a href="<%!! Context:CurrentIndex.GetUrl() !! > %>"><span><b><%!! Context:CurrentIndex.Headline !!%> </b></span> </ > a> > <ul> > <li class=""><navigation:nextlevel></li> > </ul> > </li> > </ul> > -----level 2 not selected (level 2 selected just has "current" adding > to the class)----- > <ul> > <li class=""><a href="<%!! Context:CurrentIndex.GetUrl() !! > %>"><span><b><%!! Context:CurrentIndex.Headline !!%> </b></span> </a> > </li> > </ul> > > > any tips on how to split these two so I just see top navigation for > site a pages and only site b pages? > > thanks! > > -- > You received this message because you are subscribed to the Google Groups > "RedDot CMS Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/reddot-cms-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
