CKEditor with CKFinder - disable the FileBrowser function, Keep Upload

I am using CKFinder integrated in CKEditor. I want the download feature to be active, but deselect the Server Overview option because I don't want users to do this.

How can i do this?

Thanks.

+6
browser ckeditor ckfinder
source share
1 answer

The reduction occurs after installing the integration of CKFinder with CKEditor, URL rewriting in FileBrowser:

//Prevent the fileBrowser button and option $CKEditor->config['filebrowserBrowseUrl']=''; $CKEditor->config['filebrowserImageBrowseUrl']=''; $CKEditor->config['filebrowserFlashBrowseUrl']=''; 
+6
source share

All Articles