forked from akempler/simpleuploads
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
47 lines (34 loc) · 1.74 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Drupal 7 module to provide support for the SimpleUploads CKEditor plugin.
--------------------------------------
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.
Basic installation steps are below.
For a more comprehensive set of steps visit:
http://adamkempler.com
### Installation and Setup
You can choose between either ckeditor or wysiwyg (+ckeditor) module
** 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';
-- config.filebrowserUploadUrl = 'upload.php';
- 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.
Maintainers
-----------
- Adam Kemper http://adamkempler.com
- Jānis Bebrītis http://wunderkraut.com