Discussion Answer Permissions
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.
-
-
- · Ioannis
-
·
In reply to LeonidS
- ·
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.
-
-
·
LeonidS
-
·
In reply to Ioannis
- ·
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.
-
·
LeonidS
-
- · Ioannis
-
·
In reply to LeonidS
- ·
Thank you very much! This helped!