Page 1 of 1

submenu without parent

Posted: Fri Jan 12, 2007 3:11 pm
by pumuklee
hi

i have on my page a menu something like this

{cms_module module='menumanager' template='cssmenu.tpl' start_level="3" start_page="willkommen"}

and the structure is
Image

the question is:

how can i make that in my top menu appears just something like this

willkommen | service | tatigkeitsgebiete

because with this
{cms_module module='menumanager' template='cssmenu.tpl' start_level="3" start_page="willkommen"}
appears just the willkommen menu

and if i specify something like this
{cms_module module='menumanager' template='cssmenu.tpl' start_level="2" start_page="deutsch"}
it appears the deutsch menu also which is unwanted

so that i need something like-submenus without parent

any ideea
thanks



[gelöscht durch Administrator]

Re: submenu without parent

Posted: Sat Jan 13, 2007 7:11 pm
by Dr.CSS
To get just certain pages to show in the menu you need...

(optional) items="contact,home" - Use this item to select a list of pages that this menu should display. The value should be a list of page aliases separated with commas.

From the Menu Manager Help in Extensions > Modules...