=================================== EXTENSION INSTALLATION INSTRUCTIONS =================================== Initial release of Tinymce extension. Install: -------- Before installing make sure you have disabled all other editors, like Dojo and FCKeditor etc. In order for Vanilla to recognize an extension, it must be contained within it's own directory within the extensions directory. So, once you have downloaded and unzipped the extension files, you can then place the folder containing the default.php file into your installation of Vanilla. The path to your extension's default.php file should look like this: 1) /path/to/vanilla/extensions/Tinymce/default.php 2) Download Tinymce from (http://tinymce.moxiecode.com/download.php) 3) unzip it in /path/to/vanilla/js/tinymce/ so that the path to tiny_mce.js should look like this: /path/to/vanilla/js/tinymce/jscripts/tiny_mce/tiny_mce.js Tinymce comes with lot of files that you don't need. All you need is the Jscripts folder. You can delete the docs and examples directory if u are using Add Comments Extension set this to false in default.php $Configuration["TINYMCE_LOGINREQUIRED"] = true; Once this is complete, you can enable the extension through the "Manage Extensions" form on the settings tab in Vanilla. don't forget to disable other WYSIWYG editors like dojo and FCKeditor