[SOLVED] Showing Menu in Page

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
CMSmonkey
Power Poster
Power Poster
Posts: 290
Joined: Thu Nov 27, 2008 4:58 pm

[SOLVED] Showing Menu in Page

Post 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.
Last edited by CMSmonkey on Sat May 23, 2009 10:44 pm, edited 1 time in total.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Showing Menu in Page

Post by RonnyK »

attach the "accessibility" stylesheet, that will hide the 'dfn'...

Ronny
CMSmonkey
Power Poster
Power Poster
Posts: 290
Joined: Thu Nov 27, 2008 4:58 pm

Re: Showing Menu in Page

Post 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.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Showing Menu in Page

Post 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
CMSmonkey
Power Poster
Power Poster
Posts: 290
Joined: Thu Nov 27, 2008 4:58 pm

Re: Showing Menu in Page

Post by CMSmonkey »

AWESOME!

That is what I needed.  Thank you Ronny.
Post Reply

Return to “Layout and Design (CSS & HTML)”