Page 1 of 1

[solved][menu manager][/solved]

Posted: Fri Jul 15, 2011 9:13 am
by vinyl
I have some pages where I display a menu on the right side.

The hierarchy is build up like this and that is the way the menu is being showed:

Code: Select all

Parent
- Section header
-- sub
-- sub
- Section header
-- sub
--sub
By default the menu shows the Parent page's title in the menu. Is there a way to get rid of it while keeping the way it is displaying the menu right now?

Re: [menu manager]

Posted: Fri Jul 15, 2011 9:16 am
by uniqu3
start_level='2' ?

Re: [menu manager]

Posted: Fri Jul 15, 2011 9:22 am
by vinyl
But then it leaves out my other section header and child pages..

Re: [menu manager]

Posted: Fri Jul 15, 2011 10:39 am
by Jos
Did you try the childrenof parameter?
(optional) childrenof="" - This option will have the menu only display items that are descendants of the selected page id or alias. i.e: {menu childrenof=$page_alias} will only display the children of the current page.

Code: Select all

{menu childrenof='home'}

Re: [menu manager]

Posted: Fri Jul 15, 2011 10:43 am
by vinyl
:-[

Oh boy...

Re: [menu manager]

Posted: Fri Jul 15, 2011 11:44 am
by Jos
:D Did it work?

Re: [menu manager]

Posted: Fri Jul 15, 2011 11:54 am
by vinyl
Yes it did. That was a pretty big RTFM moment...