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: Suggestions for how to add language reflecting links to RTE fields…
Status | Resolved |
Add-on / Version | Publisher 3.7.4 |
Severity | |
EE Version | 6.3.5 |
Gavin @ JCOGS
Sep 28, 2022
Any suggestions on how to do this would be valued.
Existing site content includes in some RTE fields inline links to other pages within the site - unclear how (if?) these can be made to link to the correct language.
By default they are of the form
<a href="/group/template">Text</a>
Publisher does a good job of translating the text - but the links will flip the site to the default language when clicked.
Is there some way to arm-twist these links (or publisher, or EE) into loading the correct language page when the link is clicked?
Thanks in advance for any thoughts / guidance.
BoldMinded (Brian)
Sep 28, 2022
It’ll only translate {site_ur} and {path=”“} tags, so if you use those it should work. site_url obviously won’t translate the segments, just add the language prefix.
Gavin @ JCOGS
Sep 28, 2022
Wow - I never realised you could put {path=”“} within a link within an RTE and that it would get expanded by EE.
Makes guidance to content editors a bit tricky ... but that’s a problem for another day I think.
Many thanks for the pointer.