1
hi there,
on XOOPS 2.18.0.1 I'm trying to change the basic dhtml editor for the system with the extended one provided in the xoopseditor class pack.
I've changed, as suggested in the forum, the line 74 of class/xoopsform/formdhtmltextarea.php from
le="color: #000000"><?php var $htmlEditor = array();
to
le="color: #000000"><?php var $htmlEditor = array('FormDhtmlExt', '/class/xoopseditor/dhtmlext/dhtmlext.php');
but I receive an internal server 500
while calling for Koivi
le="color: #000000"><?php var $htmlEditor = array('XoopsFormWysiwygTextArea', '/class/xoopseditor/koivi/formwysiwygtextarea.php');
works greatly
any suggestion?
thanx
Ian