A WYSIWYG editor for editing items based on the popular tinymce package.
| General Plugin info |
| Author: | karma, roel, eph, kg, nakahara21, dcw-niwa, shizuki, Cacher, ftruscot, yama.kyms |
| Current Version: | 3.2.7p1 |
| Source: | Maintained by the Japanese Nucleus CMS Community, check for more recent versions here |
| Download: | 3.2.7p1 [zip] [425kb] |
| Forum Thread: | discuss |
Unzip the file and upload the contents to your plugin directory
-
Set the options, as needed
This plugin will replace the Nucleus editor tool bar with a full-fledged WYSIWIG editor. Just install it and use it. You can customize the toolbars and options using the plugin option page in the admin area. Also, it can be disabled on a per user or per item basis.
If you edit an item, containing and image tag, from before the introduction of this plug-in, the Nucleus <%image%> variable must be converted to an
HTML img tag.
The NP_NCTagConv plugin allows nucleus item variables to be used with NP_TinyMCE. Simply install the plugin from
here and make sure it is above NP_TinyMCE in the plugin list. Then insert the ‘@’ character before the nucleus item variables, like this: @<%image(johndoe.jpg|200|150)%>.
To use the tinymce spellchecker, download the
PHP Spellchecker package
here. Then replace the nucleus/plugins/tinymce/jscripts/tiny_mce/plugins/spellchecker folder with the one in the
PHP Spellchecker package. Now, in the NP_TinyMCE plugin options, add spellchecker to the list of plugins, and to one of the toolbars.