ckfinder integration for ckeditor

Questionsckfinder integration for ckeditor
Stan asked 9 years ago

Hello,

is there a way to integrate ckfinder (only for ckeditor) ?
Modifying the config.js doesn't work

// ckeditor/config.js
CKEDITOR.editorConfig = function( config ) {
config.filebrowserBrowseUrl = '/ckfinder/ckfinder.html';
config.filebrowserImageBrowseUrl = '/ckfinder/ckfinder.html?type=Images';
config.filebrowserFlashBrowseUrl = '/ckfinder/ckfinder.html?type=Flash';
config.filebrowserUploadUrl = '/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Files';
config.filebrowserImageUploadUrl = '/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Images';
config.filebrowserFlashUploadUrl = '/ckfinder/core/connector/php/connector.php?command=QuickUpload&type=Flash';
};

2 Answers
Abu Ghufran answered 9 years ago

Refer this link: http://stackoverflow.com/questions/16536975/how-can-i-use-ckfinder-with-ckeditor

Config.js looks fine, path corrections may be required.

Stan answered 9 years ago

Thanks, for the link, you're right…paths were wrong 🙂

Your Answer

12 + 2 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?