Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.56 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.56 KB

TinyMCE Communicate

An ExpressionEngine extension that adds TinyMCE WYSIWYG editing to the Communicate tab. (Requires LG TinyMce)

Requirements

TinyMCE Communicate is an ExpressionEngine extension that shares the settings of LG TinyMce. So far only tested on ExpressionEngine v1.6.7.

Requires LG TinyMce and Moxiecode's Tiny MCE.

Installation and activation

  1. Upload ext.tinymce_communicate.php to your system/extensions folder.
  2. Log into your site's administration, open the Extensions Manager and Enable the extension.

Usage

Log into your site's administration, open the Communicate tab and enjoy the WYSIWYG goodness.

If you intend to use this in conjunction with the ImageManager or FileManager plugins then you should ensure TinyMCE is using absolute URLs. Within the LG TinyMCE Config, use:

// URL
relative_urls : false,
remove_script_host : false,
document_base_url : 'http://www.domain.com/',

This extension is hot off the press so hasn't been tested in a real-life production environment yet. Tread carefully!

License

Dual licensed under the MIT and GPL licenses.

Copyright (c) 2009 Aaron Russell.