Page 1 of 1

{cms_breadcrumbs} options ?

Posted: Fri Aug 17, 2012 9:19 am
by lb01
Hello !

I have some troubles with the new {cms_breadcrumbs} tag.

In the doc (http://docs.cmsmadesimple.org/tags/core/cms_breadcrumbs) it says that it's a shorthand to {menu action="breadcrumbs"}, but when I try to use some {menu} options it doesn't works.

I want to use a different menu template and show all nodes even if they are set to not show in the menu, so I tried :
{cms_breadcrumbs template='Breadcrumbs' show_all='1'}
and
{menu action='breadcrumbs' template='Breadcrumbs' show_all='1'}

But it return an empty string.

Are the options of the {cms_breadcrumbs} tag the sames as the {menu} tag ?

Thanks for your help.

Best regards,

Leeroy

Re: {cms_breadcrumbs} options ?

Posted: Fri Aug 17, 2012 9:42 am
by vilkis
what version of CMSMS?
vilkis

Re: {cms_breadcrumbs} options ?

Posted: Fri Aug 17, 2012 7:04 pm
by zigge
The new tag does not show pages that are not active in the menu. Do a search on the forum and you will find my struggle with it. I prefer the old tag functionality.
http://forum.cmsmadesimple.org/viewtopi ... =3&t=62168

Re: {cms_breadcrumbs} options ?

Posted: Sat Aug 18, 2012 10:38 pm
by lb01
This is a bug, you can find more infos here : http://dev.cmsmadesimple.org/bug/view/8274