Comment to 'Converting HTML editor to text editor'
  • In comments it need to be changed in different place, for example to enable plain editor in Discussions comments run the following query:

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