6
After searching the web and trying for days to disable the editors selection list when posting to a forum, I finally came up with a hack:
comment out the following line (line 119) inside newbb\include\forumform.inc.php
$forum_form->addElement(new XoopsFormSelectEditor($forum_form, "editor", $editor, $nohtml));
removing this line will remove the entire 'Select' row from the forum post form.
You will still be able to set the default editor inside the include/plugin.php file
dont forget to update the module after you change the file.
Hope that helps other ppl that were pulling their hair out over this.
See the working version (cbb 3.07) at
http://mobiledevlab.com