javascript - Installing CKEDITOR plugin "JS+Quick Image Upload" -


attempting install plugin.

instructions say:

upload contents of plugin archive ckeditor/plugins folder... should end following path then: ckeditor/plugins/jsplus_image_editor.

the download zip file named jsplus_ckeditor_image. contains 3 folders:

  • doksoft_uploader_asp.net
  • jsplus_image
  • jsplus_uploader

i tried uploading or of these files, won't give me path ckeditor/plugins/jsplus_image_editor.

seems have basic problem, , i'm sure fault. is.

tia

andrew mcg

according documentation, you're supposed upload archived files directly ckeditor/plugins. don't worry not ending ckeditor/plugins/jsplus_image_editor folder; automatically generated once enable plugin.

to enable plugin after uploading files, need edit ckeditor/config.js add following code:

config.extraplugins = 'jsplus_image_editor'; 

hope helps!


Comments