Hi everyone,
I can not find the settings for answering in the discussions app. I want change the HTML-Editor. Right now its the full editor, I want them to be able to post simple text, without the editor. I know where to find and change it for timeline, but it is different for discussion. I changed it for creating new discussions. But when answering in one discussion, I get the full html-editor. I dont know where to find the settings for that.
- 67
Comments
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.
Hello @LeonidS ,
thank you for your help. Sadly this does not effect the discussions comments/answers:
I managed to set this up in the developer module; I left only these buttons in the 'Quill buttons for the full editor': ['bold', {'list':'bullet'}, 'blockquote', 'link', 'image', 'embed'].
Yes you can remove the buttons on the full editor, however, this will be changed on your entire site. I dont want to restrict the full html editor. I will need that for posts. I just want people to use the mini editor in discussions.
In the discussion and post editor, I chose the standard editor, which does not limit functionality at all. Moreover, you can also add or remove any buttons and customize everything to your liking. I also encountered this problem, but it seems that the full editor is selected for the comments on the discussions.
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.
Thank you very much! This helped!