Hi,
I wanted to integrate the ckfinder. So I uploaded the ckfinder in the folder "ckfinder" and tried to implement the following code in the config.js:
But this doesn't work. Or where do I have to put this code inside? Because at the moment my config.js looks like this:
Thanks a lot...
I wanted to integrate the ckfinder. So I uploaded the ckfinder in the folder "ckfinder" and tried to implement the following code in the config.js:
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' });
But this doesn't work. Or where do I have to put this code inside? Because at the moment my config.js looks like this:
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' }); CKEDITOR.editorConfig = function( config ) { config.toolbar = 'Basic'; // href="e-mail" config.emailProtection = 'encode'; ..... }
Thanks a lot...