I'm realy a first hour user and don't have any idea how to integrate the CKfinder into CKeditor.
CKeditor I have up and running.
Also the CKfinder is up and running. But when I'm workin in the CKeditor and press the button to upload an image from my computer, I don't see the browse button or the upload tab.
I use an own build CMS system (php).
On my server I have now 2 folers: ckeditor and ckfinder.
So my question is which code I have to use in which file from CKeditor to let it know that there is a ckfinder installed on the server?
-----------------------------------
In one of the examples I see the following code, but there is no ckeditor.php file in de ckeditor folder...!
// Make sure you are using correct paths here.
include_once 'ckeditor/ckeditor.php';
include_once 'ckfinder/ckfinder.php';
$ckeditor = new CKEditor();
$ckeditor->basePath = '/ckeditor/';
CKFinder::SetupCKEditor($ckeditor, '/ckfinder/');
$ckeditor->editor('CKEditor1');
I'm glad to hear from you all.
The PHP version works for
The PHP version works for CKEditor 3.x. For CKEditor 4 use the JavaScript integration method instead: http://docs.cksource.com/CKFinder_2.x/Developers_Guide/PHP/CKEditor_Integration#JavaScript
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!