submenu without parent

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
pumuklee

submenu without parent

Post 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]
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: submenu without parent

Post 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...
Locked

Return to “Modules/Add-Ons”