Install Quick Image Uploader plugin to TinyMCE
- Unpack archived files directly to
tinymce/plugins
. - Turn on the plugin in
initialization script:
plugins: 'jsplus_image'
- Add these buttons to the toolbar definition:
jsplus_image
-
PHP: Configure TinyMCE to work with uploader:
Optionally change upload directory and URL to it using variablesjsplus_uploader_url: '/url/of/ckeditor/plugins/doksoft_uploader/uploader.php';
$config['BaseDir']
and$config['BaseUrl']
inckeditor/plugins/jsplus_upload/config.php
- Now you can use your installed plugins. Do not forget to sure that browser cache was cleared.