Page 1 of 1

[solved] Question about navigation levels

Posted: Sun Jan 06, 2008 5:10 pm
by handis
I have basic site structure:
Top navigation + left subnavigation + content

1. Main level
-- 1.1 Sublevel
-- 1.2 Sublevel
-- 1.3 Sublevel

How do I make the navigation work so that the main level link actually forwards page to the first child object and main level page is left empty?

1. Main level
-- 1.1 Sublevel
-- 1.2 Sublevel
-- 1.3 Sublevel

Re: Question about navigation levels

Posted: Sun Jan 06, 2008 6:16 pm
by Dr.CSS
Make main level page as 'Content Type: link' with URL pointing to other page...

I've seen this ? before and never understood why this is desired...

Re: Question about navigation levels

Posted: Sun Jan 06, 2008 8:41 pm
by Vin
In documentation, there is a template for Menumanager, header_link_to_child...
I had this problem, too, so try searching a little in the forum...

Re: Question about navigation levels

Posted: Sun Jan 06, 2008 8:45 pm
by Vin
mark wrote: I've seen this ? before and never understood why this is desired...
Because you have pages in certain sections and having two navigation menus. So you need to have the header of the section as a link to the first child so that second navigation can appear.

Of course, the CSS menu would be more convenient, but it doesn't always fit the design...