I have the latest install of everything. I stick either of the tags:
Code: Select all
{cms_breadcrumbs} or {breadcrumbs}
Code: Select all
{cms_breadcrumbs} or {breadcrumbs}
MenuManager now has a new breadcrumbs action (and the breadcrumbs tag is now depeciated). The new breadcrumbs action allows for template customization of the appearance of breadcrumbs, and even its behaviour.
Pages are included in the navigation?carasmo wrote:Thanks. I tried both, neither one prints out anything.
Code: Select all
string(121) "Smarty error: [in content:content_en line 11]: [plugin] unknown tag - 'cms_breadcrumbs' (core.load_plugins.php, line 198)" string(133) "Smarty error: [in content:content_en line 11]: syntax error: unrecognized tag 'cms_breadcrumbs' (Smarty_Compiler.class.php, line 590)"
{cms_breadcrumbs} or {menu action='breadcrumbs'} can hardly work on 1.10.3 as it is 1.11 feature.Rolf wrote:In 1.10.3 and before {breadcrumbs}
In coming 1.11 {cms_breadcrumbs} or {breadcrumbs} (but deprecated)
Please don't forget to add [solved] to the title of the first post.carasmo wrote:Thanks. I guess I'm reading ahead of myself...