image browser-uploader
This is image UPLOADER , but also and image BROWSER
HUH.. NEW VERSION checkout.
now VERSION 1.2:
dated 13.05.2018
how to use?
Browsing..Simple, click on image in CKEditor, then on button Browse Server.
When you find picture you want, 2 left click on picture to put it on editor window.
To upload picture, Same as for browsing, exept now, you need to find picture in your comp.
To do that, click on button 'browse', click on picture, you will see preview, than button upload...
What is new?
well... now you can delete image from a galery
now, you can upload image with same name without replacing old image with same name.
improved thumbs creation.
Preview image before upload...
fixed few bugs...
TO DO?
automatic upgrade.
How to update?
Replace/merge old 'ckeditor/plugins/zsuploader' folder.
If you allredy have pictures in folder 'zsuploader/images' keep it...
INSTALLATION
Very easy to install
1: Download and unzip 'ZSUploader' to CKEditor/ plugins...
2: in CKEditor/config.js below a line '// config.uiColor = '#AADC6E';'
CKEDITOR.editorConfig = function( config ) {
// Define changes to default configuration here. For example:
//config.language = 'sr-latn';
// config.uiColor = '#AADC6E';
};
add this line
config.extraPlugins = 'zsuploader';
Or if you allredy have enabled some plugins,just add this new
Eg config.extraPlugins = 'youtybe,zsuploader';
that is all
NOTICE that some skins can make a problem with browse server buton , do not show that button.
Works perfect wih moono skin...I do not know where is a problem,
For more possibilities, please read included Read_me.txt file
Screenshots
Releases
Plugin versions | CKEditor versions | |||
---|---|---|---|---|
4.25 | 4.24 | 4.23 | ||
Version: 1.2 |
||||
What is new? TO DO? |