Page 1 of 1

[Solved] {sitemap} list pages that don't show in the menu?

Posted: Fri Feb 13, 2009 3:53 pm
by skypanther
Is there a simple way to get the {sitemap} to show pages that are marked to not show in the menu? I have pages like the privacy policy, legal, etc. that don't show in my primary menu. But, I want them on the site map. I searched and couldn't find anything documented.

I will probably go with this solution rather than the {sitemap} tag:

http://wiki.cmsmadesimple.org/index.php ... ed_sitemap

But it also pulls only those pages set to show in the menu.

Thanks,
Tim

Re: {sitemap} list pages that don't show in the menu?

Posted: Fri Feb 13, 2009 3:57 pm
by RonnyK
use {site_mapper} instead....

Ronny

Re: {sitemap} list pages that don't show in the menu?

Posted: Fri Feb 13, 2009 4:47 pm
by skypanther
Thanks, but it still isn't showing my "non-menu" pages. Are there parameters I need to add to that tag? I see nothing in the help text.

Tim

Re: {sitemap} list pages that don't show in the menu?

Posted: Fri Feb 13, 2009 5:18 pm
by RonnyK
{site_mapper} is a wrapper around menu, so you can put the menu-parameters in when wanted, like 'showall' etc...

Ronny

Re: {sitemap} list pages that don't show in the menu?

Posted: Fri Feb 13, 2009 5:39 pm
by skypanther
Thanks! That worked.

{site_mapper template="sitemap_menutemplate" show_all=true}

Thank you,
Tim