Hi Joel, The Navigation Manager system is fairly complex and takes some getting used to. I would urge you to re-read the Navigation Manager manual to get a better idea of how to structure your code. The short version is:
1) Create navigation manager templates, where each template renders out a single level of navigation (not an entire tree). 2) Create a navigation area and configure it to use your navigation templates. 3) Add a render tag to your foundation template that includes/calls your navigation area. Best, - Eric On Feb 25, 10:35 am, jkinzel <[email protected]> wrote: > I am using navigation manager. The code I posted was navigation > manager code. > > The issue seems to be that the navigation is in a content class which > is connected to a container on the foundation page. It seems that the > CurrentIndex.Id never changes because (this is our hypothesis) the > content class is not "in navigation manager" but the foundation page > is. Does this make sense to anyone else? > > Joel > > On Feb 25, 9:20 am, TonyGayter <[email protected]> wrote: > > > > > Why are you not using navigation manager? It would make your life a > > lot easier. This could be written in under an hour using nav manager > > templates and areas, you coul dthen also show if an item was a > > selected state or not. > > > On Feb 25, 3:08 pm, jkinzel <[email protected]> wrote: > > > > I also forgot to mention that this is a secondary navigation on a page > > > and is not the main navigation. I do not believe that I can use this > > > to in an "active" type of state. -- 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.
