[SOLVED] Displaying children of items in menu
- kidcardboard
- Forum Members
- Posts: 54
- Joined: Mon Sep 28, 2009 5:25 pm
[SOLVED] Displaying children of items in menu
I have a footer menu with a bunch of child pages that I currently have grouped using a section header and being displayed on the page using "start_element". Now the problem is when we have prettyURLs on the section header is listed in the hierarchy(we don't want that). I've tried listing all the root items in the footer with the "items" parameter but that doesn't render the children. I thought using number_of_levels="2" might force it, but was wrong. Anybody know how to do this, if it's even possible or am I going to have to hack something together?
Last edited by kidcardboard on Thu Aug 11, 2011 8:05 pm, edited 1 time in total.
Re: Displaying children of items in menu
You can't change this...kidcardboard wrote:Now the problem is when we have prettyURLs on the section header is listed in the hierarchy(we don't want that)
But using the Custom URL field in the Options tab of the page editor, you can create the url you want. Even without the section header name...
Hope this helps,
Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
- kidcardboard
- Forum Members
- Posts: 54
- Joined: Mon Sep 28, 2009 5:25 pm
Re: Displaying children of items in menu
That did the trick... thanks