(I already had a look at the Menu Manager documentation, but I just don't get it.
show only current page and its children?
show only current page and its children?
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.
)
(I already had a look at the Menu Manager documentation, but I just don't get it.
Last edited by kris29 on Tue Mar 23, 2010 11:27 pm, edited 1 time in total.
-
Peciura
Re: show only current page and its children?
Will this fit your bill ?
Code: Select all
{menu start_page=$page_alias}Re: show only current page and its children?
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
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
Last edited by kris29 on Tue Mar 23, 2010 11:42 pm, edited 1 time in total.
Re: show only current page and its children?
You could use:
Or whatever level you want to start your navigation.
Bernd
Code: Select all
{menu start_level='2'}Bernd


