By joao sausen on
Im trying to do that cause CKEditor is removing tags and accentuation everytime i try to edit my content.
Using WYSIWYG module everything works fine, but i cant install CKFinder using WYSIWYG module, cause there is no configuration to "File Browser Type".
Thanks in advance.
Comments
bridging module
Yes, seems like this would be a good module to have...
It might be that this one works (I just don't know why it is not in the drupal repository...)
https://github.com/jrsinclair/Drupal-WYSIWYG-CKEditor-CKFinder-bridge
cheers!
pilot
It works!
This is currently only released for 6.x, but I can confirm that by changing the module's info file to 7.x that it still works, although I am unable to use the config.php file provided to overwrite ckfinder's config.php, probably due to some D6 relevant code that doesn't work in D7.
It works... sort of
I have been trying to get this to run on an installation where the Drupal site is not on document root (example: http://localhost/drupal-7 rather than http://localhost). I have had problems installing, resolved by using the $base_path variable - but I can't get it working once the module is installed, so a bit more investigation is called for