Sometimes I want to write the entire link to a page, which can be good if in example a visitor wants to print the page or just copy the url from the web site. The thing is if I write http://www.mysite.com/licensing/terms ubmraco cuts that and removes the http://www.mysite.com, both from the link it self and from the text.
It does not matter if i write the link in the source editor, if i write it in the html source editor or if I use the link tool in the rich text editor.
If I link within www.mysite.com it works but I host some subdomains in the same umbraco installation, like http://docs.mysite.com. So still if I create a link in the docs web site to the http://www.mysite.com/licensing/terms it renders licensing/terms.
Stop Umbraco form stealing internal links
Hi
Sometimes I want to write the entire link to a page, which can be good if in example a visitor wants to print the page or just copy the url from the web site. The thing is if I write http://www.mysite.com/licensing/terms ubmraco cuts that and removes the http://www.mysite.com, both from the link it self and from the text.
Ie
What i want is that it should remain as
It does not matter if i write the link in the source editor, if i write it in the html source editor or if I use the link tool in the rich text editor.
Anyone know how to fix this?
If you'e confortable with hacking the config files, add this setting to the customConfig part of the tinymce config file (tinyMceConfig.config) :
Read more about it here: http://our.umbraco.org/forum/developers/extending-umbraco/7961-Add-tinyMCE-configuration-(disable-relative-urls) or here: http://tinymce.moxiecode.com/wiki.php/TinyMCE_FAQ#Paths.2FURLs_are_incorrect.2C_I_want_absolute.2Frelative_URLs.3F
Thans Åke, thats solved parts of my problem.
If I link within www.mysite.com it works but I host some subdomains in the same umbraco installation, like http://docs.mysite.com. So still if I create a link in the docs web site to the http://www.mysite.com/licensing/terms it renders licensing/terms.
Argghs! :(
is working on a reply...