Page 1 of 1

Creating Menus questions for newbie

Posted: Wed Dec 19, 2012 1:20 am
by percepts
Hi,
I have just installed cms and am looking at menus.

what I would like to do is create one top level menu for home page from which each link uses a completely different menu. i.e. can I can create several different menus. If so could you point me in the right direction to acheive this?

Thanks

Re: Creating Menus questions for newbie

Posted: Thu Dec 20, 2012 2:58 pm
by frankmanl
log in to your cms, go to Lay out > Manu manager and click on Menu help. There may be some information to start with.

Re: Creating Menus questions for newbie

Posted: Thu Dec 20, 2012 3:16 pm
by Jos
To push you in the right direction:
(optional) start_level="2" - This option will have the menu only display items starting a the given level. An easy example would be if you had one menu on the page with number_of_levels='1'. Then as a second menu, you have start_level='2'. Now, your second menu will show items based on what is selected in the first menu.
So put in your pagetemplate:
{menu number_of_levels=1} for your top level menu

and
{menu start_level=2} for your submenu

Re: Creating Menus questions for newbie

Posted: Fri Dec 21, 2012 12:01 am
by percepts
Thanks, that looks like the info I was after.