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
var $htmlEditor = array();
to
var $htmlEditor = array('FormDhtmlExt', '/class/xoopseditor/dhtmlext/dhtmlext.php');
but I receive an internal server 500
while calling for Koivi
var $htmlEditor = array('XoopsFormWysiwygTextArea', '/class/xoopseditor/koivi/formwysiwygtextarea.php');
works greatly
any suggestion?
thanx
Ian