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: url_title_path in channel translation

Status Resolved
Add-on / Version Publisher 166
Severity
EE Version 2.10.1

Jérôme Canon

Sep 04, 2015

Hello,

I use template translation in my website who have a french version and a dutch version.

Everything is ok for a link like {path='template_group'}.

But when i’m in a channel and i have a link to a entry it’s not working.

For example {url_title_path='template_group/detail'}

Am I missing something ?

Thank you for your help

#1

BoldMinded (Brian)

Not missing anything. That should be working. I’ll try to replicate it this weekend and give you an update.

#2

Jérôme Canon

Ok thanks you for your help.

By the way here a exemple of my code in a channel entry :

{exp:channel:entries channel=”products” limit=”3” status=”open” dynamic_parameters=”entry_id”} {if product-new == “Yes”} <div class=”item”> <h1>{product-title}</h1> {product-short-description} <div class=”visu”> {abs_url}assets/img/ml/pastille-new-{publisher:current_language_prefix}.png {product-visual} </div> En savoir plus </div> {/if} {if no_results} Sorry, no results matched the search terms you provided. {/if} {/exp:channel:entries}

#3

Jérôme Canon

with the code :

{exp:channel:entries channel="products" limit="3" status="open" dynamic_parameters="entry_id"}
                    {if product-new == "Yes"}
                    <div class="item">
                        <h1>{product-title}</h1>
                        {product-short-description}
                        <div class="visu">
                            {abs_url}assets/img/ml/pastille-new-{publisher:current_language_prefix}.png
                         {product-visual}
                        </div>
                        <a href="http://{url_title_path=" class="cta">En savoir plus</a>
                    </div>
                    {/if}
                    {if no_results}
                    <strong>Sorry, no results matched the search terms you provided.</strong>
                    {/if}
                    {/exp:channel:entries}
#4

BoldMinded (Brian)

Jerome, try this build: https://www.dropbox.com/s/jmmakz4gxohgf2b/publisher-167-ce67b04e.zip?dl=0

#5

BoldMinded (Brian)

Closing this ticket b/c its fixed in the latest build.

Login to reply