All
I have the _sample code working, both in FCKEditor and as standalone. So the tests work. Now how do I get CKFinder to work in the FCKEditor in my actual wiki? I don't understand how to transfer this sample functionality to my live wiki server (on the same Linux box).
Thank you.
ed
I have the _sample code working, both in FCKEditor and as standalone. So the tests work. Now how do I get CKFinder to work in the FCKEditor in my actual wiki? I don't understand how to transfer this sample functionality to my live wiki server (on the same Linux box).
Thank you.
ed

Wiktor Walc
CTO
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
ed
FCKConfig.LinkBrowserURL = '/ckfinder/ckfinder.html' ;
FCKConfig.ImageBrowserURL = '/ckfinder/ckfinder.html?type=Images' ;
FCKConfig.FlashBrowserURL = '/ckfinder/ckfinder.html?type=Flash' ;
Even if I type in garbage, I still get the same default dialog box.
Have you enabled the file browser for those dialogs?
I just missed that small word called "wiki" in your question
MediaWiki extension uses it's own dialog boxes for links and images. We have removed the file browser functionality from FCKeditor because we thought that it would be better to stay with the default way of handling uploads in MediaWiki (when you upload a file via MediaWiki, it saves some additional data to the database, perform additional file checks etc.).
Wiktor Walc
CTO
--
CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
ed