Page 1 of 1

show only current page and its children?

Posted: Tue Mar 23, 2010 10:21 pm
by kris29
How can I show only the current page and its children in a menu?

(I already had a look at the Menu Manager documentation, but I just don't get it. :-\ )

Re: show only current page and its children?

Posted: Tue Mar 23, 2010 10:46 pm
by Peciura
Will this fit your bill ?

Code: Select all

{menu start_page=$page_alias}

Re: show only current page and its children?

Posted: Tue Mar 23, 2010 11:24 pm
by kris29
Sorry, I see I made myself not clear enough.
Because now no parent page and children siblings are shown if a subpage is current.

So I better should have put it this way "show current page (level1) and its children and their siblings"
or in other words: "show complete menu only of current page level 1"

Is it possible to display the menu like this?

Page 1
   Subpage
   Subpage
   Subpage

Re: show only current page and its children?

Posted: Wed Mar 24, 2010 10:55 am
by klenkes
You could use:

Code: Select all

{menu start_level='2'}
Or whatever level you want to start your navigation.

Bernd

Re: show only current page and its children?

Posted: Wed Mar 24, 2010 8:04 pm
by Dr.CSS
kris29

Look at default menu here?...

http://multiintech.com/defaultcontent/i ... ge=navleft