Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Structure Breadcrumbs not translating

Status Resolved
Add-on / Version Publisher 2.5.1
Severity
EE Version 3.5.9

Aaron Jay

Jun 28, 2017

Structure breadcrumbs tag is not taking the translations from entry titles when they are translated in publisher. This is the code I am using (also posted this on demo.publisher site you have in the main layouts template)

{exp:structure:breadcrumb here_as_title="yes" inc_here="no" wrap_each="li" separator="" inc_home="no"}

#1

BoldMinded (Brian)

It looks like some docs got lost in the move to the new docs.boldminded.com site. You need to add this parameter to the breadcrumbs and/or titletrail tag for them to translate:

channel:title="publisher"
#2

Aaron Jay

Comment has been marked private.

#3

BoldMinded (Brian)

Change line 245 of that hook file to this:

ee()->legacy_api->instantiate('channel_fields');
#4

BoldMinded (Brian)

This should be fixed in the 2.6 release. Feel free to re-open this ticket if you’re still having problems.

Login to reply