Comment to Discussion Answer Permissions
-
Hello @LeonidS ,
thank you for your help. Sadly this does not effect the discussions comments/answers:
-
Well, this is the entire problem. It seems like you can not change the editor type for comments/replies in discussions. I simply can not find that option.
-
Then you may change it directly in the UNA's database with the following query:
UPDATE `sys_objects_cmts` SET `Html`=0 WHERE `Name`='bx_forum' LIMIT 1;And then clear the caches via the Studio->Dashboard area.
-