TinyMCE

TinyMCE plugin

pagesdropdown-screenshot.png

Description

TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances. TinyMCE is very easy to integrate into other Content Management Systems.

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

Feature list:

  • Easy image selection through dropdown list box.
  • Easy linking to pages within the your Frog CMS through dropdown list box.
  • True WYSIWYG possibility by choosing which CSS stylesheet TinyMCE uses.
  • Easy configuration through a preferences screen in your Frog admin section.

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.

License

The TinyMCE plugin (not TinyMCE itself) is licensed under the GNU General Public License v3. The TinyMCE code is included with the plugin for your convenience only.

Current version

If you use Frog 0.9.5+, download TinyMCE plugin version 2.0.0 RC1 (zip / tar.gz)

There is a small bug in the 2.0.0 RC1 release concerning the lists/image_list.php file. Fix it by adding an else to the if statement in line 18, here is how the if statement looks after the change:

if (!$first)
print ',';
else
$first = false;

NOT RECOMMENDED, upgrade to Frog 0.9.5 - If you use Frog 0.9.4, download TinyMCE plugin version 1.3.0 (download)

  • 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.

You can also see all downloads for Frog on this site.

You can also see the complete changelist for all versions of this plugin.

 

Tags « Previous Next » BD plugins