not working directly with FCKEditor
najibx - September 11, 2008 - 22:12
| Project: | Path Filter |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
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

#1
there is a solution for tinyMCE in the readme.txt of version 6
maybe you can find something similar for FCKEditor
#2
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?
#3
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
#4
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.