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
[solved] Question about navigation levels
[solved] Question about navigation levels
Last edited by handis on Wed Jan 16, 2008 12:18 pm, edited 1 time in total.
Re: Question about navigation levels
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...
I've seen this ? before and never understood why this is desired...
Re: Question about navigation levels
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...
I had this problem, too, so try searching a little in the forum...
Re: Question about navigation levels
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.mark wrote: I've seen this ? before and never understood why this is desired...
Of course, the CSS menu would be more convenient, but it doesn't always fit the design...