Installing TinyMCE Editor in Drupal

TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor.

Before you start download the following:

Extract the TinyMCE module into the the directory below. This is where the integration code is located.

sites/all/modules/tinymce

Extract the TinyMCE editor into the directory below. This is where the actually editor is located.

sites/all/modules/tinymce/tinymce

Enable the module by navigating to:

Administer > Site building > Modules

Setup the permission to determine who can use this module by navigating to:

Administer > User Management > Access Control

To configure TinyMCE, a new profile needs to be created by navigating to:

Administer > Site Configuration > TinyMCE

If you use Filtered HTML for your Input format, then you may need to modify the Allowed HTML tags list depending on what buttons you chose for your profile. For example, bold, italic, and underline button will need the <b>, <i>, and <u> tag added. To change the Input formats navigate to:

Administer > Site Configuration > Input formats

Related posts:

  1. My Profile Settings for TinyMCE Editor
  2. Configuring Multiple Sites with Drupal
  3. Drupal Quickstart Guide
  4. Apache for Ubuntu Quickstart Guide
  5. Configuring Cron Job for Drupal
This entry was posted in Content Management, Drupal and tagged , . Bookmark the permalink.

Comments are closed.