Editor removing external link when its the same as the domain
Im using the Tinymce to poplulate a newsletter and send it with nibbles mailengine. The problem is that the links get corrupted. If I try to add http.www.mydomain.com before the link it gets removed by the editor. But if I add anoter domainname its ok. Is it possible to change the editor to NOT remove that..?
I thought that this was solved but i now discovered that Umbraco is stripping the adress! It works fine in tinymce but as soon as I hit the savebutton the adress is stripped...
Editor removing external link when its the same as the domain
Im using the Tinymce to poplulate a newsletter and send it with nibbles mailengine. The problem is that the links get corrupted. If I try to add http.www.mydomain.com before the link it gets removed by the editor. But if I add anoter domainname its ok. Is it possible to change the editor to NOT remove that..?
Is this a problem related to Umbraco or can I found the soution in TinyMce?
Hi Froad!
I think you can configure TinyMCE to stop converting absolute URL's to relative URL's. Take a look at this page:
http://wiki.moxiecode.com/index.php/TinyMCE:FAQ#Paths.2FURLs_are_incorrect.2C_I_want_absolute.2Frelative_URLs.3F
I haven't had the need to alter the settings before so I haven't tried any of this myself, but perhaps you could start looking there?
Regards,
Thomas Kahn
Hmm, that link didn't come out right.
Perhaps if I make it a real link it will work better?
My guess is you should be looking at the option "No URL Conversion".
/Thomas K
Super!
Can I implement this in the config file for tinymce in the config folder och do I have to fiddle with the tinymce source?
Solved it myself..
Too quick :)
Added
<
config key="convert_urls">false</config>
I thought that this was solved but i now discovered that Umbraco is stripping the adress! It works fine in tinymce but as soon as I hit the savebutton the adress is stripped...
Can I disable that in some config-file?
Hi,
Did you find a solution to this? I am having the EXACT same problem and need to reoslve!!
Thanks
Mark
Sorry to dig up an old post, but has anyone got a solution for this? I am now having this issue :(
is working on a reply...