Comment to Discussion Answer Permissions
-
Hello @Ioannis !
It seems the disabling the editor in the comments could help your with this goal. Go to the Studio->Forms->System->Comments->Comment Post Form and choose the proper editor for the Text field there:
But it will affect on all comments on the site.
-
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.
-