Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi - I hope you can help me. I am creating a simple page in our authoring area where the Body Text has a link (href should read / { localLink : 7079 } without spaces)
<p><a href="/{localLink:7079}" title="FAQs">Link</a></p>
The link has been inserted using TinyMCE.
Locally, this publishes and resolves OK. When couriering, the link is deleted and becomes
<p><a href="#" title="FAQs">Link</a></p>
I have checked the Courier config, which includes the following under itemDataResolvers.
<localLinks> <localLinksAreDependencies>true</localLinksAreDependencies> <!-- Propertytypes that CAN contain locallinks (like the ones inserted with TinyMCE) --> <add key="TinyMCE3">Umbraco.TinyMCEv3</add> <add key="TextboxMultiple">Umbraco.TextboxMultiple</add> <add key="Textstring">Umbraco.Textbox</add> <add key="Simple Editor">Umbraco.MarkdownEditor</add> </localLinks>
Any ideas? I'm using Umbraco 7.1.8.
Many thanks :-)
Hi There
Just tried to replicate this on a 7.1.8 with latest courier - and that appears to be working, what version are you currently on?
Also, do you insert this locallink yourself or is it through tinymce's link dialog?
/per
Hi Per,
Thank you for your reply. I added the link using TinyMCE's link dialog. We have Umbraco Courier for Umbraco 7 - Package version 2.10
Kind regards
Since this post, we've upgraded to 7.3.0 and this is no longer a problem. Kind regards
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Losing locallink resolution with Courier on Umbraco 7
Hi - I hope you can help me. I am creating a simple page in our authoring area where the Body Text has a link (href should read / { localLink : 7079 } without spaces)
The link has been inserted using TinyMCE.
Locally, this publishes and resolves OK. When couriering, the link is deleted and becomes
I have checked the Courier config, which includes the following under itemDataResolvers.
Any ideas? I'm using Umbraco 7.1.8.
Many thanks :-)
Hi There
Just tried to replicate this on a 7.1.8 with latest courier - and that appears to be working, what version are you currently on?
Also, do you insert this locallink yourself or is it through tinymce's link dialog?
/per
Hi Per,
Thank you for your reply. I added the link using TinyMCE's link dialog. We have Umbraco Courier for Umbraco 7 - Package version 2.10
Kind regards
Since this post, we've upgraded to 7.3.0 and this is no longer a problem. Kind regards
is working on a reply...