Download und unzip tinymce im Verzeichnis custom in der Mantisinstallation.
http://tinymce.moxiecode.com/index.php
Ändere die config.inc.php
$g_meta_include_file = ‘%absolute_path%custom/meta_inc.php’; Füge zur custom/meta_inc.php folgende Zeilen hinzu (eventuell muss die Datei angelegt werden).
<script type=“text/javascript” src=“custom/tinymce/jscripts/tiny_mce/tiny_mce.js”></script> <script type=“text/javascript”> tinyMCE.init({ // General options mode : “textareas”, theme : “advanced”, plugins : “spellchecker,searchreplace,print,contextmenu,paste,fullscreen,inlinepopups”, // Theme options theme_advanced_buttons1 : “bold,italic,underline,strikethrough,|,bullist,numlist,|,cut,copy,paste,pastetext,pasteword,|,search,replace,|,code”, theme_advanced_buttons2 : “”, theme_advanced_buttons3 : “”, theme_advanced_buttons4 : “”, theme_advanced_toolbar_location : “top”, theme_advanced_toolbar_align : “left”, theme_advanced_statusbar_location : “