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 translated

Status Resolved
Add-on / Version Publisher 1.1.12
Severity Critical
EE Version 2.7.1

Rob Post

Oct 04, 2013

Publisher works real nicely with the Structure tags.

There’s one strange issue though. The structure breadcrumb doesn’t pick up the translated title. In the attached screen dump the areas marked red are the correctly translated (EN) page titles: FAQ. Also the subnavigation on the left side is generated with a standard Structure nav tag and picks up the right translated title: FAQ.
The current page title in the breadcrumb however (marked blue) isn’t translated but showing the default title’s language (NL): “veelgestelde vragen”.

This is the breadcrumb tag used:

<ul class="breadcrumb">
 {exp:structure:breadcrumb here_as_title="yes" wrap_each="li" inc_separator="no"}
</ul>
#1

BoldMinded (Brian)

Try adding channel:title=”publisher” as a parameter.

#2

Rob Post

That did the job, thanks a million.

Login to reply