(Template contents part 1 added) |
(Template contents part 2 added) |
||
Line 32: | Line 32: | ||
[[Image:Drupal_{{{version}}}_Enterprise_enable_module.png|frame|center|Enabling the CKEditor module in the Drupal {{{version}}} Administration Panel]] | [[Image:Drupal_{{{version}}}_Enterprise_enable_module.png|frame|center|Enabling the CKEditor module in the Drupal {{{version}}} Administration Panel]] | ||
+ | |||
+ | |||
+ | {{#ifeq: {{{version}}} | 7 |If you want, you can grant permissions for administering CKEditor or modifying the appearance of the editor to selected roles in the '''Administration panel''' > '''People''' > '''Permissions''' section. Scroll to the '''CKEditor''' section and select the checkbox next to the '''"Administer CKEditor access"''' and/or '''"Customize CKEditor appearance"''' permissions for the roles that you want to grant this permission to. | ||
+ | |||
+ | [[Image:Drupal_7_OS_grant_permissions.png|frame|center|Granting permission to use CKEditor in the Drupal 7 Administration Panel]] | }} |
Revision as of 12:16, 30 May 2012
sites/all/modules
directory (recommended). If you want to use the sites/all/libraries/
directory, you will need to adjust the paths given in the instructions accordingly.
If you want to install the CKEditor module on your Drupal {{{version}}} site, follow the steps described below.
First of all, download the installation package (.zip
or tar.gz
archive) for Drupal {{{version}}} from the official CKEditor for Drupal module site at drupal.org.
Unpack the contents of the installation package into the drupal/sites/all/modules
directory. When the files are unpacked, you should see the following file structure inside the drupal/sites/all/modules
directory:
modules <dir> ... ckeditor <dir> ckeditor <dir> images <dir> includes <dir> plugins <dir> changelog.txt ckeditor.api.php ckeditor.css ckeditor.info ckeditor.install ckeditor.module ...
Download standalone CKEditor from http://ckeditor.com/download. Unpack the contents of the ckeditor
directory from the installation package to the sites/all/modules/ckeditor/ckeditor
(or sites/all/libraries/ckeditor
) directory.
_samples
and _source
folders. See the Minimum Setup article for some more tips regarding the minimum required CKEditor setup.
Go to the Administration Panel of your Drupal {{{version}}} site and choose the Modules option from the Site Building section. Scroll down to the User interface section and select the checkbox next to the CKEditor module name.
[[Image:Drupal_{{{version}}}_Enterprise_enable_module.png|frame|center|Enabling the CKEditor module in the Drupal {{{version}}} Administration Panel]]