TinyMCE

Current version

v1.3.0 (download)

Display downloads for all versionspagesdropdown-screenshot.png

Description

The TinyMCE plugin changes all textareas in the "Pages" section into TinyMCE areas. To avoid possible problems with the Markdown and Textile filters, its probably best to turn those plugins off.

Feature list:

Note: this plugin doesn't change any Frog CMS internal code, neither does it change the TinyMCE implementation. It uses a stock (unchanged) TinyMCE download. If you want the plugin to use the latest TinyMCE version, just replace the contents of the "tinymce" directory within the plugin directory with the files of the new TinyMCE version.

Change notes

v0.0.1 - Initial release.

v0.0.5 - Added dropdown image selector. Made it so tinymce only appears on textareas in the "Pages" section. Fixed some minor problems.

v0.0.6 - Minor fixes and one fix for TinyMCE itself. Possibility to use custom CSS for editing and preview. Your mileage with that might vary as it seems a not-so-stable function within TinyMCE.

v1.0.0 - Fixed a small problem with the default configuration not allowing alignment of images. Fixed the "use your own stylesheet" function so TinyMCE provides true WYSIWYG functionality. Updated the readme layout.

v1.1.0 - Added dropdown in-frog pages selector for easy linking. The dropdown currently only shows PUBLISHED pages, when desired, I can add HIDDEN or even all aswell. (You could also edit the SQL yourself, it's in lists/pages_list.php) Added small performance tweak to tiny_init.js based on TinyMCE website (button_tile_map : true) Updated to the latest TinyMCE version (from 3.0.5 to 3.1.0.1)

v1.2.0 - Added a configuration/preferences tab to Frog's admin section. Added an option to also list HIDDEN pages that are unprotected in TinyMCE's link dropdown box.

v1.3.0 - Added support for "filter" selection. Added support for i18n. Added Dutch language support. Added check for "administrator" or "developer" roles when trying to access TinyMCE preferences tab in backend. Improved documentation.