Mceconf
From Learnit docs
TinyMCE configuration tool
Introduction
This tool allows you to configure TinyMCE within Moodle by letting you enable/disable default TinyMCE plugins and also easily add new plugins.
Installation
- Before you begin, backup the original lib.php file found in /lib/editor/tinymce/
- Copy the lib.php into /lib/editor/tinymce/ replacing the original
- Open with a text editor lib.php and change the line public $version = '3.4.2'; to the version your Moodle setup is using.
- Copy the mceconf folder to your moodle /local/ folder
- Login as an administrator and install.
- By default all plugins are turned on. You can leave them all enabled or disabled them as you want by checking unchecking the check boxes.
- If you want to add a plugin, add the plugin in to the proper folder. In this case /lib/editor/tinymce/tiny_mce/3.4.2/plugins/
- In the settings under Plugins add the plugin name. If you have several plugins, seperate each name with a comma. example: phonetic,extension
- Choose the row you would like the icon to show up in. Add the name of the plugin. If several plugins, use commas to seperate. If you want a seperator use |. example: phonetic,|,extension