[solved][menu manager][/solved]

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
vinyl
Forum Members
Forum Members
Posts: 149
Joined: Mon Jul 13, 2009 8:18 pm

[solved][menu manager][/solved]

Post 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?
Last edited by vinyl on Fri Jul 15, 2011 11:56 am, edited 1 time in total.
uniqu3

Re: [menu manager]

Post by uniqu3 »

start_level='2' ?
vinyl
Forum Members
Forum Members
Posts: 149
Joined: Mon Jul 13, 2009 8:18 pm

Re: [menu manager]

Post by vinyl »

But then it leaves out my other section header and child pages..
Jos
Support Guru
Support Guru
Posts: 4020
Joined: Wed Sep 05, 2007 8:03 pm

Re: [menu manager]

Post 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'}
vinyl
Forum Members
Forum Members
Posts: 149
Joined: Mon Jul 13, 2009 8:18 pm

Re: [menu manager]

Post by vinyl »

:-[

Oh boy...
Jos
Support Guru
Support Guru
Posts: 4020
Joined: Wed Sep 05, 2007 8:03 pm

Re: [menu manager]

Post by Jos »

:D Did it work?
vinyl
Forum Members
Forum Members
Posts: 149
Joined: Mon Jul 13, 2009 8:18 pm

Re: [menu manager]

Post by vinyl »

Yes it did. That was a pretty big RTFM moment...
Post Reply

Return to “CMSMS Core”