Hi, does anybody has already experience with the above mentioned configuration?
CKEditor 3.0 is running well under Drupal's wysiwyg api. But it seems to be impossible to integrate a filebrowser.
With IMCE + IMCE wysiwyg-bridge the "Browse Server" button appears for images and flash (operates fine) but not for links. The "Upload" tab doesn't show up at all.
The attempt to use CKFinder instead was a step back. No "Browse Server", no "Upload" tab, no idea.
At demphest.ru/en/programming/ajex-filemanager/ is another filemanager for CKEditor, it works so far but when I try to browse the server I got an "Page not found" error, doesn't matter which path settings I use. Any idea? I actually don't want to downgrade to FCKEditor ... Thanks a lot.
CKEditor 3.0 is running well under Drupal's wysiwyg api. But it seems to be impossible to integrate a filebrowser.
With IMCE + IMCE wysiwyg-bridge the "Browse Server" button appears for images and flash (operates fine) but not for links. The "Upload" tab doesn't show up at all.
The attempt to use CKFinder instead was a step back. No "Browse Server", no "Upload" tab, no idea.
At demphest.ru/en/programming/ajex-filemanager/ is another filemanager for CKEditor, it works so far but when I try to browse the server I got an "Page not found" error, doesn't matter which path settings I use. Any idea? I actually don't want to downgrade to FCKEditor ... Thanks a lot.

Re: CKEditor - Drupal 6 - FileBrowser
<script type="text/javascript"> AjexFileManager.init ({ returnTo: 'ckeditor', path: '/path/to/AjexFileManager/', editor: editor });Re: CKEditor - Drupal 6 - FileBrowser
CKEditor seems a nice editor for Drupal, but a filemanager is an absolute 'must' to make it a realistic option.
Re: CKEditor - Drupal 6 - FileBrowser
http://drupal.org/node/462146#comment-2157952
Re: CKEditor - Drupal 6 - FileBrowser