Page 1 of 1

[SOLVED] Showing Menu in Page

Posted: Sat May 23, 2009 6:15 pm
by CMSmonkey
I want to show the list of subpages I have for my parent page.

Is there a way I can use the parameters so that it doesn't show the hierarchy or do I have to manipulate the template in order to do so?

Basically, I added {menu start_page="articles"} into my content block.  It returns the list, but I do not want it to display the "2.1" numbers.

Thanks.

Re: Showing Menu in Page

Posted: Sat May 23, 2009 6:19 pm
by RonnyK
attach the "accessibility" stylesheet, that will hide the 'dfn'...

Ronny

Re: Showing Menu in Page

Posted: Sat May 23, 2009 6:50 pm
by CMSmonkey
Excellent!  That is exactly what I was looking for...

One more question: is there any way to hide the subpages in the actual menu, but have them show on the page?  I tried to use the not show in menu option, but then it disappears from the menu in the content block.

In other words, I have a list of articles.  I do not want them to show in the main menu because it will get lengthy, but I do want them to show in the content block.

Re: Showing Menu in Page

Posted: Sat May 23, 2009 7:03 pm
by RonnyK
You can put the UNchecked with the "show in menu" and put the (show_all="1") as extra parameter in the call...

Ronny

Re: Showing Menu in Page

Posted: Sat May 23, 2009 10:44 pm
by CMSmonkey
AWESOME!

That is what I needed.  Thank you Ronny.