To hide comments across your entire Zendesk help center, you can use Curlybars to block the comment section in your help center theme. This involves editing the code in thearticle_page.hbs
file of your theme.
You'll need to locate the article comments Curlybars in the HTML code and add{{!--
before the<div class>
tag and--}}
after the</div>
tag. This effectively blocks out the comment section, making it invisible across your help center. Once you've made these changes, click 'Publish' to save them and use 'Preview' to ensure the comments are hidden.
To hide comments on individual Zendesk articles, you can disable the 'Open for comments' setting in the article editor. This is a straightforward way to manage comments on a per-article basis without affecting the rest of your help center. If you…
Currently, Zendesk does not offer a native feature to make comments visible only to specific user segments or tags. However, you can restrict access to entire articles using user segments, which will include the comments within those articles. This…
Yes, using Curlybars to hide comments in your Zendesk help center will remove all comments, including any previous ones. This method effectively blocks the entire comment section from being displayed. If you prefer not to use Curlybars, another…