Projet

Général

Profil

Paste
Télécharger (2,39 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / media_ckeditor / README.txt @ 59ae487e

1
CONTENTS OF THIS FILE
2
---------------------
3

    
4
 * Introduction
5
 * Requirements
6
 * Installation
7
 * Technical details
8

    
9
INTRODUCTION
10
------------
11

    
12
Current Maintainers:
13

    
14
 * Devin Carlson <http://drupal.org/user/290182>
15

    
16
Media CKEditor provides a bridge between Media and the stand-alone CKEditor
17
module, allowing files to be embedded within a textarea using the media browser.
18

    
19
REQUIREMENTS
20
------------
21

    
22
Media CKEditor has two dependencies.
23

    
24
Contributed modules
25
 * CKEditor - The latest development release.
26
 * Media - 7.x-2.x - The Media WYSIWYG submodule.
27

    
28
Additionally, the CKEditor library used by the CKEditor module must meet certain
29
criteria and two plugins must be available.
30

    
31
CKEditor Library
32
 * CKEditor - Version 4.3 or later.
33
   http://ckeditor.com/download
34

    
35
CKEditor Library Plugins
36
 * CKEditor Line Utilities plugin - Compatible with the installed version of CKEditor.
37
   http://ckeditor.com/addon/lineutils
38
 * CKEditor Widget plugin - Compatible with the installed version of CKEditor.
39
   http://ckeditor.com/addon/widget
40

    
41
INSTALLATION
42
------------
43

    
44
***NEW***
45
  For a quicker and easier setup, follow this recipe
46
  https://www.drupal.org/node/2843391
47
  use this README.txt as additional troubleshooting
48
***end NEW***
49

    
50
* Install Media CKEditor via the standard Drupal installation process:
51
  'http://drupal.org/node/895232'.
52
* If you weren't previously using the CKEditor WYSIWYG client-side editor,
53
  download the CKEditor library (http://ckeditor.com/download) and extract it to
54
  'sites/all/libraries' or 'sites/sitename/libraries' as you require. The
55
  extracted folder must be named 'ckeditor'.
56
* Download the Line Utilities plugin (http://ckeditor.com/addon/lineutils),
57
  extract it and move it into the 'plugins' directory of the 'ckeditor' folder
58
  so that it is available at 'ckeditor/plugins/lineutils'.
59
* Download the Widget plugin (http://ckeditor.com/addon/widget), extract it and
60
  move it into the 'plugins' directory of the 'ckeditor' folder so that it is
61
  available at 'ckeditor/plugins/widget'.
62
* Enable the 'Convert Media tags to markup' filter for the desired text formats
63
  from the Text Formats configuration page: '/admin/config/content/formats'.
64
* Enable the 'Plugin for embedding files using Media CKEditor' Media CKEditor
65
  plugin for the desired text formats from the CKEditor configuration
66
  page: '/admin/config/content/ckeditor'.
67
* Disable CKEditor's Advanced Content Filter for each of the text formats.
68