2
The standard editor used with XOOPS and this forum is the DHTML editor.
If you're using XOOPS 2.0.16 you can easily replace it by changing the following line in the file /class/xoopsform/formdhtmltextarea.php:
var $htmlEditor = array();
by
var $htmlEditor = array( 'XoopsFormTinyeditorTextArea', '/class/xoopseditor/tinyeditor/formtinyeditortextarea.php' );
WYSIWYG editors like tinyeditor, Koivi, etc. are available from
dev.xoops.org.