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.
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
Have tried the following:
Custom RTE config https://www.tiny.cloud/docs-4x/configure/url-handling/#convert_urls
"WebRouting": { "UrlProviderMode": "Absolute" }, "RichTextEditor": { "CustomConfig": { "relativeurls": false, "converturls": false, "removescripthost": false } }
Custom macro, but that adds in unwanted html Tags
So far everything I've tried to do to work around this hasnt worked :/ Any suggestions?
Re the TinyMCE custom config, you need to supply the values as strings.
This worked for me when I needed to change the config:
I don't know if this specifically fixes the multi-lingual issue but it fixed my issue with relative URLs on Umbraco 10.
is working on a reply...