Using Different Sub Menu for each different page

General project discussion. NOT for help questions.
Post Reply
sercotec
Forum Members
Forum Members
Posts: 16
Joined: Wed Jan 30, 2008 1:17 pm

Using Different Sub Menu for each different page

Post 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
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Using Different Sub Menu for each different page

Post 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
sercotec
Forum Members
Forum Members
Posts: 16
Joined: Wed Jan 30, 2008 1:17 pm

Re: Using Different Sub Menu for each different page

Post 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,
Post Reply

Return to “General Discussion”