Page 1 of 1
SOLVED {cms_breadcrumbs} and {breadcrumbs}
Posted: Sun Jul 01, 2012 7:28 pm
by carasmo
Both don't work.
I have the latest install of everything. I stick either of the tags:
Code: Select all
{cms_breadcrumbs} or {breadcrumbs}
and there is no breadcrumb at all.
Re: {cms_breadcrumbs} and {breadcrumbs}
Posted: Mon Jul 02, 2012 2:50 am
by milehigh
Found this while reading the 1.11 release notes:
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.
Re: {cms_breadcrumbs} and {breadcrumbs}
Posted: Mon Jul 02, 2012 4:38 am
by carasmo
I'm using 1.10.3 so what do I do for now?
Re: {cms_breadcrumbs} and {breadcrumbs}
Posted: Mon Jul 02, 2012 7:32 am
by staartmees
did you read the the helpsection about the different parameters. Breadcrumbs works fine with version 1.10.3
Re: {cms_breadcrumbs} and {breadcrumbs}
Posted: Mon Jul 02, 2012 7:55 am
by Rolf
In 1.10.3 and before {breadcrumbs}
In coming 1.11 {cms_breadcrumbs} or {breadcrumbs} (but deprecated)
Grtz. Rolf
Re: {cms_breadcrumbs} and {breadcrumbs}
Posted: Mon Jul 02, 2012 1:31 pm
by carasmo
Thanks. I tried both, neither one prints out anything.
Re: {cms_breadcrumbs} and {breadcrumbs}
Posted: Tue Jul 03, 2012 10:57 am
by Rolf
carasmo wrote:Thanks. I tried both, neither one prints out anything.
Pages are included in the navigation?
Templates?
The correct navigation startpoint?
Do you have a website url?
Or anything else we can work with...?
grtz. Rolf
Re: {cms_breadcrumbs} and {breadcrumbs}
Posted: Thu Jul 05, 2012 5:57 pm
by carasmo
when using {cms_breadcrumbs}
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)"
with {menu action='breadcrumbs'} nothing
with {breadcrumbs} works fine
Re: {cms_breadcrumbs} and {breadcrumbs}
Posted: Thu Jul 05, 2012 6:13 pm
by uniqu3
Rolf wrote:In 1.10.3 and before {breadcrumbs}
In coming 1.11 {cms_breadcrumbs} or {breadcrumbs} (but deprecated)
{cms_breadcrumbs} or {menu action='breadcrumbs'} can hardly work on 1.10.3 as it is 1.11 feature.
Re: {cms_breadcrumbs} and {breadcrumbs}
Posted: Thu Jul 05, 2012 6:37 pm
by carasmo
Thanks. I guess I'm reading ahead of myself...
Re: {cms_breadcrumbs} and {breadcrumbs}
Posted: Fri Jul 06, 2012 1:14 pm
by Rolf
carasmo wrote:Thanks. I guess I'm reading ahead of myself...
Please don't forget to add [solved] to the title of the first post.
Thanks, Rolf