TinyMCE is not a Drupal not so we can install it directly. Instead we're going to install a module called Wysiwyg and we'll then upload the TinyMCE files seperately.
Install the Wysiwyg Module
Go to http://drupal.org/project/Wysiwyg and download the Drupal 7 version of the Wysiwyg module.
In the admin area of your Drupal site, click on "Modules" and then "Install new module".
Click "Browse" and select the Wysiwyg module file that you just downloaded. Click "Install".
Go back to the "Modules" page scroll to the bottom. Check the box next to "Wysiwyg" and click "Save configuration".
Setting up the Wysiwyg module and TinyMCE
Click "Configure" next to "Wysiwyg".
You'll see the configuration screen for the Wysiwyg module. The key thing to note is that we now to install TinyMCE itself. Scroll down until you find it listed amongst the other extensions.
Click "Download" next to TinyMCE.
You'll be taken to the main TinyMCE download page. Click "Download" next to the top entry in the "Main packages" area.
- First, you will need to unzip or uncompress the TinyMCE files that you downloaded.
- Once you've unzipped the files, you'll need to login to your Drupal site's files. You can access the files via FTP or, if you're using a web hosting company, via your site's hosting control panel.
- Browse to the /sites/all/ folder.
- Create a folder called /libraries/ if one doesn't exist.
- Upload the /tinymce/ folder into the new /libraries/ folder.
That's it. You've now installed TinyMCE. We now need to configure it to meet our needs:
Configuring TinyMCE
Go back to the Wysiwyg module configuration screen. You can get here by going to "Configuration" then "Wysiwyg profiles".
Your screen will look like the one above.
Change the "Editor" settings to TinyMCE. and click "Save".
Click "Edit" next to one of the input formats.
Click the "Buttons and Plugins" tab and check the boxes next to the all options you'd like to use in the editor. Click "Save" to finish and repeat the process for the other input formats.
That's it - you're now done.
Go to "Add content" and you should now see the TinyMCE editor available whenever you write content: