if I were to add link with FCkEDitor facility it become instead of which cause it not to work.

However, if look at the HTML source and edit manually, of course, works wonderfully :-)

Thanks

Comments

giorgosk’s picture

there is a solution for tinyMCE in the readme.txt of version 6
maybe you can find something similar for FCKEditor

jcastle’s picture

I've tried the $init['convert_urls'] = 'false'; code both in my template.php and the module directly, however this only partially works. The link is now simply internal:url, however it does not get read by path filter and updated. Any ideas?

martysteer’s picture

For Drupal 6 the WysiwigAPI module is used, and has this same problem.

I searched around a bit and found this solution to the link filter TinyMCE problem for Drupal 6 and the Wysiwig API, which patches the settings ('convert_urls' and a few others) in the Wysiwig API module:
http://drupal.org/node/369115

mrfelton’s picture

Status: Active » Closed (duplicate)

I believe this is a duplicate of #572036: With FCKeditor, HTML filter removes internal: links - which has apparently been fixed in the latest 2.x version of the module.