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 overview title not translated

Status Resolved
Add-on / Version Publisher
Severity Trivial
EE Version 24

Wouter Vervloet

Mar 29, 2013

Hi,

I noticed that Publisher does not translate the overview title in a Structure subnav tag when using the parent entry title as the value. It outputs the title from the exp_channel_titles table instead of using the translated value.

{exp:structure:nav mode='sub' start_from='/products' max_depth='1' show_overview='yes' rename_overview='title'} 

// Outputs:
<ul>
   <li>Producten</li>
   <li>Product 1</li>
  ...
</ul>

<p>Instead of:</p><ul>
   <li>Products</li>
   <li>Product 1</li>
  ...
</ul>

For now I am using {structure🔝title} as the value for the rename_overview parameter and it works, but there are other cases where I need it the proper way.

– Wouter

#1

BoldMinded (Brian)

This is a bug with Structure which I submitted to them a few weeks ago.

#2

Wouter Vervloet

Ah, okay. Nothing for you to do then…

— Wouter

#3

BoldMinded (Brian)

Here is the fix: https://structure.tenderapp.com/discussions/suggestions/253-rename-overview-used-in-conjunction-with-custom-titles

Login to reply