Page 1 of 1

Using Different Sub Menu for each different page

Posted: Wed Jan 30, 2008 1:29 pm
by sercotec
Hi folks I have a question:

I have a horizontal menu like :

Home - Products - Services - FAQ - Contact

And I want a independent vertical dynamic menu for each/some of the vertical menu items.

When they click Products the vertical menu will be consisting of:
*Product1
*Product2
*Product3
*...

But when I click services these ones will be replaced by:
*Services1
*Services2
*Services3
*...

Help will be appreciated, thanks in advance...

Serkan

Re: Using Different Sub Menu for each different page

Posted: Wed Jan 30, 2008 4:09 pm
by RonnyK
The default template "Top simple navigation + left subnavigation + 1 column" has such logic inside.....

The main menu is done with...

Code: Select all

number_of_levels='1'
and then the second level menu is done with:

Code: Select all

start_level='2' 
to start showing the children of the selected parent....

Ronny

Re: Using Different Sub Menu for each different page

Posted: Wed Jan 30, 2008 8:35 pm
by sercotec
I guess I understand, we make the whole structure first and then in each pageĀ  we decide which level, levels to be shown, I will give a try

thank you very much,