1
Ok, I did some testing and found that my editor switching function in 2.2.4 had effectively been switched off in the file XOOPSBASE/class/xoopseditor.php.
Open this file in an editor and go down to the getList() function. Look for the following line and comment it out like this:
//if ( !empty($noHtml) && empty($item['nohtml']) ) continue;
I think the problem is the first expression. I'm not sure how this works with the rest of the system as this is my first hacking attempt and I'm only starting to get into xoops, so someone here may be able to get a better solution. If you do, please post it so I can apply it
ciao
Derek