--- label: 'Moderating comments' related: - comment.overview - comment.configuring - comment.disabling --- {% set comment_unpublished_link_text %} {% trans %}Unapproved comments{% endtrans %} {% endset %} {% set comment_unpublished_link = render_var(help_route_link(comment_unpublished_link_text, 'comment.admin_approval')) %} {% set comment_published_link_text %} {% trans %}Comments{% endtrans %} {% endset %} {% set comment_published_link = render_var(help_route_link(comment_published_link_text, 'comment.admin')) %} {% set comment_permissions_link_text %} {% trans %}Administer comments and comment settings{% endtrans %} {% endset %} {% set comment_permissions_link = render_var(help_route_link(comment_permissions_link_text, 'user.admin_permissions.module', {'modules': 'comment'})) %}

{% trans %}Goal{% endtrans %}

{% trans %}Decide which comments are shown on the website.{% endtrans %}

{% trans %}Who can moderate comments?{% endtrans %}

{% trans %}Users with the {{ comment_permissions_link }} permission (typically administrators) can moderate comments. You will also need the Access the Content Overview page permission from the Node module (if it is installed) to navigate to the comment management page.{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}In the Manage administrative menu, navigate to Content > {{ comment_published_link }}. A list of all comments is shown.{% endtrans %}
  2. {% trans %}To unpublish comments, select one or more comments by checking the boxes on the left side (right side in right-to-left languages). Then select Unpublish comment from the Action select list and click Apply to selected items. If you select the Delete comment action, you can instead delete the unwanted comments.{% endtrans %}
  3. {% trans %}To change the content of a comment click Edit from the dropdown button for a particular comment.{% endtrans %}
  4. {% trans %}To publish comments that are not yet visible on the website, navigate to the {{ comment_unpublished_link }} tab. Select one or more comments by checking the boxes on the left side (right side in right-to-left languages). Then select Publish comment from the Action select list and click Apply to selected items.{% endtrans %}

{% trans %}Additional resources{% endtrans %}