Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
888 views
in Plugins by

I tryed combination of "CKEditor4 for admin" + "KCFinder".

Because I was able to install it easily, I will report it.

Point of this tips:

Files are managed at the place that is completely different from Q2A. This KCFinder is used by admin who make pages or edit HTML allowed options. Registered (include anonymous) users cannot use KCFinder in post form, etc.

  1. Install CKEditor4
  2. Install CKEditor4 for admin
  3. Download KCFinder
  4. Uncompress
  5. Edit config.php under uncompressed folder @1
  6. Make "kcfinder" folder under qa-plugin/ckeditor4/plugins
  7. Upload files to kcfinder
  8. Admin > Plugins > "CKEditor4 for admin"
  9. Add settings @2

@1: config.php

'disabled' => false,  // Change from "true" to "false" (Necessary)
'theme' => "dark",     // Select your favorite theme [oxygen / dark] (Option)
 
@2: Settings (Be careful "comma")
 
entities:false,
filebrowserBrowseUrl:'http://your-site-url/qa-plugin/ckeditor4/plugins/kcfinder/browse.php?type=files',
filebrowserImageBrowseUrl:'http://your-site-url/qa-plugin/ckeditor4/plugins/kcfinder/browse.php?type=images',
filebrowserFlashBrowseUrl:'http://your-site-url/qa-plugin/ckeditor4/plugins/kcfinder/browse.php?type=flash',
filebrowserUploadUrl:'http://your-site-url/qa-plugin/ckeditor4/plugins/kcfinder/upload.php?type=files',
filebrowserImageUploadUrl:'http://your-site-url/qa-plugin/ckeditor4/plugins/kcfinder/upload.php?type=images',
filebrowserFlashUploadUrl:'http://your-site-url/qa-plugin/ckeditor4/plugins/kcfinder/upload.php?type=flash'

 

Q2A version: 1.6.3

Please log in or register to answer this question.

...