- From the Joomla Admin menu, select Components > JCE Editor > Editor Global Configuration.
- In the Custom Configuration Variables field, enter the following two lines:
autolink_url:false;
autolink_email:false
- Click Save and Auto Linking is gone.
Pages: Page 1 Page 2
Valerie Myers says
Would you know how to do with email links? I have some fake emails on my website, intended just for explanation purposes, as you described above, but they still work and will open my email program. If you don’t answering that would be much appreciated.
Thanks!
Valerie
Pat Fortino says
I assumed the code supplied by JCE would turn off url AND email links. Do you have them entered on the page in this format: mailto:someemail@mysite.com ?
Aaron Severson says
Pat — Thank you for posting this. I have been fighting with the autolinking feature (especially since JCE apparently no longer allows you to select a block of text with multiple links.
Here is a question: The custom variable disables auto URL linking when you are typing, but it does NOT disable it when pasting text. For example, if I type http://mysite.com, JCE no longer converts it to a link. However, if I copy that fake URL and click paste, JCE does convert that. Do you know how to disable auto-linking on paste?
Thanks so much!
Pat Fortino says
You have to paste as plain text. On a mac, Shift + Option + Command – v
Aaron Severson says
I disabled paste as HTML completely, which is somewhat inconvenient, but less so than having to manually remove links and risk missing some of them. I wish I could figure out how to completely disable the function — I tried renaming the autolink editor.js script and even the folder it was in, hoping that would disable it, but no soap.
Given the inconvenience this thing poses, you’d think the developers would provide some kind of backend control. I’m at the point with JCE where I end up writing most of the content in straight HTML because it’s less of a hassle…
Thanks!