SimpleUploads CKEditor plugin
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body
This module provides basic support for the SimpleUploads CKEditor plugin:
http://alfonsoml.blogspot.com/p/simpleuploads-plugin-for-ckeditor.html
The SimpleUploads plugin provides drag and drop uploading and
inline placement of those images in CKEditor.
This module also supports free version of simpleuploads, imagepaste that only works on Firefox web browser.
Installation and Setup
You can choose between either ckeditor or wysiwyg (+ckeditor) module
Library setup
You have to use Libraries API (https://www.drupal.org/project/libraries) module, put either simpleuploads or imagepaste plugin in libraries folder with a structure like this libraries/simpleuploads/plugin.js
Using WYSIWYG (+CKEditor) module
- Make sure you have WYSIWYG module installed and setup with CKEditor plugin.
- Install either SimpleUploads or ImagePaste plugin to the ckeditor drupal module plugins folder.
- Enable the plugin in whichever wysiwyg profiles you want it available.
- Enable this module.
- Configure this module at /admin/config/content/simpleuploads
- Give the "Use SimpleUploads" permission to the relevant roles.
Using CKEditor module
- Make sure you have CKEditor installed and setup.
- Install the SimpleUploads plugin to the ckeditor drupal module plugins folder.
- Edit the ckeditor drupal module's ckeditor.config.js and add the following lines:
-- config.extraPlugins = 'simpleuploads'; // or imagepaste
-- config.filebrowserUploadUrl = 'simpleupload;
- Enable the plugin in whichever ckeditor profiles you want it available.
- Enable this module.
- Configure this module at /admin/config/content/simpleuploads
- Give the "Use SimpleUploads" permission to the relevant roles.
