Comment to '"No Editor" for comments not working'
  • From 9.0.0-RC7 it's possible to set different text editor for comments in different modules. But it has to be changed in the DB.

    For example to remove HTML editor in forum, run the following query:

    UPDATE `sys_objects_cmts` SET `Html` = '0' WHERE `Name` = 'bx_forum';