Copied to clipboard

Flag this post as spam?

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


  • Greg 7 posts 87 karma points
    Jun 13, 2022 @ 12:07
    Greg
    0

    Multilingual site - RTE url picker resolving domain incorrectly across cultures

    Umbraco 9.5

    Multilingual site with multiple domains, Not every page exists for all languages.

    The issue I'm coming against is when an editor goes to add a link from one domain to another it replaces the target domain to its current domain.

    E.g. as an editor i switch to de-DE in the content tree and navigate to a page on the www.{anon}.de domain, in a rich text editor I add a link from another domain www.{anon}.com/some-link. when submitting the link, the something strips out the domain and ends up trying to navigate to www.{anon}.de/some-link which doesn't exist.

    Not sure if I'm missing anything immediately obvious but any help would be muchly appreciated.

    Cheers, Greg

  • Greg 7 posts 87 karma points
    Jun 20, 2022 @ 08:26
    Greg
    0

    Have tried the following:

    So far everything I've tried to do to work around this hasnt worked :/ Any suggestions?

  • Justin Neville 22 posts 196 karma points c-trib
    Jan 13, 2023 @ 13:58
    Justin Neville
    0

    Re the TinyMCE custom config, you need to supply the values as strings.

    This worked for me when I needed to change the config:

    {
      ...
      "Umbraco": {
        "CMS": {
          "RichTextEditor": {
            "CustomConfig": {
              "relative_urls": "false",
              "convert_urls": "false",
              "remove_script_host": "false"
            }
          }
        }
      }
      ...
    }
    

    I don't know if this specifically fixes the multi-lingual issue but it fixed my issue with relative URLs on Umbraco 10.

Please Sign in or register to post replies

Write your reply to:

Draft