Hello,
I read the documentation and find what to change on CKEditor configuration to use CKFinder, but not WHERE i have to do the changement...
CKEditor work properly, and now i want to integrate CKFinder.
With FCKEditor+CKFinder, it was easy, I unzip both in my folder and just change some configuration in config.js on CKFinder, and in fckconfig.js on FCKeditor.
I do the same with the new CKEditor and it's work fine, i unzip CKfinder next, and now want to know which file i have to modify to enable CKfinder, the config.js ? or the ckeditor.php ? or what?
sorry for my bad english *^^*
I read the documentation and find what to change on CKEditor configuration to use CKFinder, but not WHERE i have to do the changement...
CKEditor work properly, and now i want to integrate CKFinder.
With FCKEditor+CKFinder, it was easy, I unzip both in my folder and just change some configuration in config.js on CKFinder, and in fckconfig.js on FCKeditor.
I do the same with the new CKEditor and it's work fine, i unzip CKfinder next, and now want to know which file i have to modify to enable CKfinder, the config.js ? or the ckeditor.php ? or what?
Manual integration
To instead configure CKEditor manually to use CKFinder, pass some additional CKFinder configuration settings to the CKEditor instance:
Enabling CKFinder
CKEDITOR.replace( 'editor1',
{
filebrowserBrowseUrl : '/ckfinder/ckfinder.html',
filebrowserImageBrowseUrl : '/ckfinder/ckfinder.html?type=Images',
filebrowserFlashBrowseUrl : '/ckfinder/ckfinder.html?type=Flash',
filebrowserUploadUrl : '/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files',
filebrowserImageUploadUrl : '/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Images',
filebrowserFlashUploadUrl : '/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Flash'
}
);
sorry for my bad english *^^*
Re: Enable CKfinder on CKEditor
The examples in this documentation are akin to a pirate's treasure map telling you that X will mark a spot, not the spot, and not actually putting the X on the map at all.
And don't get me started on the fact that you now have to license ckfinder in the first place, due to fckeditor no longer working correctly in newer browsers. Locked in unfortunately.
Apologies for the rant, but the documentation is very poor, in mitigation though it is a mahoosively complex product... too complex? too customisable? what about a version for the idiots like me?