4
Hi
I setup even news to work with Koivi editor. IT works fine on IE and mozilla (i haven;t tried it on anything else)
After installing the editor, i used this code to admin/index.php(note, original code is commented out above, incase you want to find where i put it)
//$sform->addElement(new XoopsFormDhtmlTextArea(_ADM_EVENNEWS_MESSAGE, 'mail_mess', '', 10, 60), true);
include XOOPS_ROOT_PATH . "/class/wysiwyg/formwysiwygtextarea.php";
$wysiwyg_text_area= new XoopsFormWysiwygTextArea( _ADM_EVENNEWS_MESSAGE, 'mail_mess', $mainemailbodytext, '100%', '200px','');
$sform->addElement( $wysiwyg_text_area );
Hope this helps