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
Re: CKFinder integration
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: CKFinder integration
ed
Re: CKFinder integration
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.
Re: CKFinder integration
Have you enabled the file browser for those dialogs?
Re: CKFinder integration
Re: CKFinder integration
Hi Edward,
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+
Re: CKFinder integration
ed
Easy Integration
Quit good Reference:http://dwij.co.in/ckeditor-ckfinder-integration-using-php/