Tiny Tiny MCE

Steve Lockwood - May 14, 2008 - 11:18

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.

Releases

Official releasesDateSizeLinksStatus
6.x-1.92008-Sep-0913.75 KBRecommended for 6.xThis is currently the recommended release for 6.x.
5.x-1.32008-Aug-0912.1 KBRecommended for 5.xThis is currently the recommended release for 5.x.
Development snapshotsDateSizeLinksStatus
6.x-1.x-dev2008-Sep-1013.76 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
 
 

Drupal is a registered trademark of Dries Buytaert.