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
{cms_breadcrumbs} options ?
Re: {cms_breadcrumbs} options ?
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
http://forum.cmsmadesimple.org/viewtopi ... =3&t=62168
Re: {cms_breadcrumbs} options ?
This is a bug, you can find more infos here : http://dev.cmsmadesimple.org/bug/view/8274