This project is not covered by Drupal’s security advisory policy.

Tiny Tiny MCE (TinyTinyMCE) is a Drupal 6 supported module supporting the wysiwyg editor tinymce.

This module was written as an alternative to the tinymce module. The goal was to make it very simple to set up (enable the module, grant access permissions). However, the configuration screen also lets you modify the default installation so you can turn features on or off.

It offers two modes, simple and advanced. You control which users get which mode in Drupal's user permissions screen.
- simple mode offers a very limited set of controls (bold, italic, underline, strikeout, undo, redo, unordered/ordered list)
- advanced mode offers most of TinyMCE's features, eg links, tables, html, full screen etc. A few features, such as layers, have been removed but you can alter the configuration, if you wish.

By default, all textareas will have a toggle for turning the rich text editor on or off. Some textareas are excluded from this (and you can configure which ones).

The Drupal IMCE module is now supported - if the user is allowed to use IMCE then TinyTinyMCE will detect it. The image popup will have a Browse button which gives you access to the IMCE popup.

IMPORTANT 1) the module must be installed in {basepath}/sites/all/modules/tinytinymce or it won't work properly. DO NOT install it with the core modules {basepath}/modules.

IMPORTANT 2) the module is incompatible with aggressive caching. Normal caching should be OK provided you don't grant access to the module to anonymous users. If you grant anonymous users with access to the module you need to fully disable caching.

IMPORTANT 3) some users have had problems with the TinyMCE icons not showing - this seems to arise when TinyMCE is not downloaded correctly. Your FTP client software must be set to use Binary mode, not ASCII. See http://drupal.org/node/330004#comment-1123555.

Project information

Releases