1
           
            
                
     
    
    i like 2.3 , and i like the articles module and the forums wich contain the WYSIWYG editors
my question is when i use news 1.61 the editors did not work , even changing that from the admin area, all choices give me a submit without text area
i tried to use the hack of tinyeditor to make it the default editor instead of the normal one
by editing formdhtmltextarea.php 
and change the line 
74
 var $htmlEditor = array();  
with this one
 var $htmlEditor = array('XoopsFormTinyeditorTextArea', '/class/xoopseditor/tinyeditor/formtinyeditortextarea.php');  
even that did not help and not working
so any advice?
for the news module ?