Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
7 Dec 2009 at 11:05 UTC
Updated:
3 Jan 2014 at 01:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mephir commentedComment #2
mephir commentedComment #3
mephir commentedIssue on webfm page was created (http://drupal.org/node/653236). If webfm developers add support for CKEditor, it will be compatible.
Comment #4
higherform commentedTested patch, it works correctly, and does not break FCKeditor module + WebFM popup either.
Only snafu I ran into was that I had to choose the "Web FM" file manager in CKeditor's profile administration GUI. Using the "advanced options" from FCKEditor:
-------
LinkBrowser = true;
ImageBrowser = true;
FlashBrowser = true;
LinkBrowserURL = Drupal.settings.basePath + '?q=webfm_popup&webfmid=txtUrl';
ImageBrowserURL = Drupal.settings.basePath + '?q=webfm_popup&webfmid=txtUrl';
FlashBrowserURL = Drupal.settings.basePath + '?q=webfm_popup&webfmid=txtUrl';
------
Will not give you a "browse server" button until to you choose web file manager. Once that is chosen, the advanced options given above are not necessary.
Live and learn...
Thanks for the patch, well done.
Comment #5
higherform commentedComment #6
wwalc commented@higherform - thanks for reviewing!
The reason why advanced settings from FCKeditor are not working is relatively simple - configuration options (their names) in CKEditor have changed.
Right now the correct name is: filebrowserBrowseUrl etc. File browser / uploader configuration.
Comment #7
higherform commentedNot a problem, its working with File Manager: WebFM set on the CKeditor admin GUI.
Just was one of those minor gotcha things that took me 2 seconds to writeup, and will probably save someone else the five minutes of head scratching I did over it.
Comment #8
Stephen Scholtz commentedI applied the patch (manually) and it's working fine for me!
Drupal 6.15
CKEditor 1.0
WebFM 2.11
Comment #9
Haus33 commentedCannot get this work. I have applied the patch manually. There is no "WebFM" in the menu "File browser type (Link dialog)". I can see only "CKFinder". Any suggestions or help is very appreciated.
Thanks.
Drupal 6.15
CKEditor 1.0
WebFM 2.11
Update: Solved. Need to install webfm popup module.
Comment #10
robmilne commentedpatch committed to head as per node 653236