1
i like that 2.3 but i have a question
i have before 2.17 and i changed the code
/class/xoopsform/formdhtmltextarea.php line 74
var $htmlEditor = array();
replace with
var $htmlEditor = array('XoopsFormTinyeditorTextArea', '/class/xoopseditor/tinyeditor/formtinyeditortextarea.php');
but this is not working for 2.3
any suggestion ?