Drupal TinyMCEのインストール方法

(How to install TinyMCE on Drupal - Scroll down for English)


TinyMCEのモジュールをインストールして、設定画面に行ったら、こんな表示が出た:

Could not find the TinyMCE engine installed at modules/tinymce/tinymce/ Please download TinyMCE, uncompress it and copy the folder into modules/tinymce.

ん?なんで?INSTALL.TXTドキュメントが不親切で、どうインストールしたらいいのか全然分からなかった。Module入れてるのに動かない。それにエンジンって何だね。ダウンロードサイトに行っても、どこにもエンジンなんて書いてないし。

実はインストールするものは二つあった:
A.TinyMCE の Drupal用モジュール
B.TinyMCEエンジンと呼ばれるもの


1. ここ からDrupal用モジュールをダウンロードし、中身を drupal/tinymce に置く

2. ここからエンジンと呼ばれるものをダウンロードし、中身を drupal/tinymce/tinymce に設置

3. 'Adminiser >> Modules'で TinyMCE を有効にする。
'Administer >> Settings' に 'TinyMCE' が表示されているはず。


=========================


How to install TinyMCE for Drupal:

When I installed this drupal module, I got the following message:

Could not find the TinyMCE engine installed at modules/tinymce/tinymce/ Please download TinyMCE, uncompress it and copy the folder into modules/tinymce.

Why doesn't it work just by installing the module under 'module' folder? What do you mean by 'engine' anyway? I read INSTALL.TXT carefully, but it didn't tell me much and I couldn't find any 'engine' at their website either.
Apparently there are two things you need to install in order to get it working on Drupal, namely:

A. Drupal module (or what they call 'implementation for Drupal)

B. TinyMCE itself (or what they call 'TinyMCE engine')


So, here's the way to install it:

1. Download an 'implementation for Drupal'. Then locate the contents under drupal/tinymce


2. Download the 'engine'. Then locate the contents udner drupal/tinymce/tinymce
(You might want to look for the latest version from here)

3. Enable it from 'Adminiser >> Modules'.
You should now see 'TinyMCE' under 'Administer >> Settings'