An ExpressionEngine extension that adds TinyMCE WYSIWYG editing to the Communicate tab. (Requires Moxiecode's Tiny MCE)
TinyMCE Communicate is an ExpressionEngine extension that can share the settings of LG TinyMce. So far only tested on ExpressionEngine v1.6.7.
Requires Moxiecode's Tiny MCE and LG TinyMce if "setting sharing" is used (default).
- Upload
extensions/ext.tinymce_communicate.php
to yoursystem/extensions
folder. - Upload
language/english/lang.tinymce_communicate.php
to yoursystem/language/english
folder. - Log into your site's administration, open the Extensions Manager and Enable the extension.
By default it will search for the LG TinyMce settings, but you can override these by selecting the Settings.
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!
Dual licensed under the MIT and GPL licenses.
Copyright (c) 2009 Aaron Russell.