Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Luciox 22 posts 115 karma points
    Sep 08, 2015 @ 09:56
    Luciox
    0

    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)

    <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 :-)

  • Per Ploug 865 posts 3491 karma points MVP admin
    Sep 09, 2015 @ 12:11
    Per Ploug
    0

    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

  • Luciox 22 posts 115 karma points
    Sep 10, 2015 @ 15:08
    Luciox
    0

    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

  • Luciox 22 posts 115 karma points
    Nov 05, 2015 @ 14:31
    Luciox
    100

    Since this post, we've upgraded to 7.3.0 and this is no longer a problem. Kind regards

Please Sign in or register to post replies

Write your reply to:

Draft