Auto Nav Problem

Permalink
I have a problem in that Auto-Nav is not working as indicated it should in the documentation.

I have the following site structure:

Home
> About
>> Sub Page 1
>> Sub Page 2
>>> Third Level Page 1
>>> Third Level Page 2
>>> Third Level Page 3
>> Sub Page 3
> Contact
> Another Page

On any second level page (e.g. About) we need an auto-nav positioned there that will:

1. Show the current page
2. Show all sub pages (including all children's sub pages)
3. Behave identically throughout the entire child node, including all sub and third level pages.

The only thing that should change on each page is the display of the ACTIVE page -- otherwise, it should look and behave identically!

In the context of the navigation above, when on the About page, you should see:

About
> Sub Page 1
> Sub Page 2
>> Third Level Page 1
>> Third Level Page 2
>> Third Level Page 3
> Sub Page 3

Similarly, if you're on 'Third Level Page 2', you would see:

About
> Sub Page 1
> Sub Page 2
>> Third Level Page 1
>> Third Level Page 2
>> Third Level Page 3
> Sub Page 3

(Again, the only difference would be that the CURRENT or ACTIVE page will be styled differently.)

Please help!

Thank You,
Darren

dihakz
 
dihakz replied on at Permalink Reply
dihakz
If no one knows how to configure this, can someone please direct me to where I can find some answers on the subject? I want to find a list of variables, for the various pages/levels in the navigation, as well as how they can be used/implemented.

Thanks!!
frz replied on at Permalink Reply
frz
to get the sublevels to behave the same way the secondary level does, you will likely have to changed the options to make it start at the right point in the tree..

just use the preview pane and start tweaking the settings.
dihakz replied on at Permalink Reply
dihakz
well, that is totally not helpful -- as I've done all I could using the actual module -- it is not capable of doing this at all.

I suppose I will have to hard code this in there. Thanks anyway.