(Tutorial) How to Install FCKeditor on Drupal

Tutorial : How to Install FCKeditor on Drupal

After some trouble lately getting everything working, I finally have the FCKeditor WYSIWYG editor installed and working on Drupal. The official documentation leaves a little to be desired, so it seems prudent to document and share what I had to do to make it work.

Installation

  1. Install Drupal

    See the Getting Started guide. Installing Drupal is beyond this scope of this tutorial.

  2. Get the module

    Grab it from the FCKeditor project page. Unzip the files to the sites/all/modules directory.

  3. Get FCKeditor

    The module plugs the editor into Drupal, so you still need to get the actual editor. Unzip the files to the sites/all/modules/fckeditor directory, creating an fckeditor directory inside of the fckeditor directory.

  4. Enable the module

[Read more..]

Courtesy : http://xplus3.net