---
label: 'Locking a forum topic'
related:
- forum.concept
---
{% set index_link_text %}{% trans %}Forums{% endtrans %}{% endset %}
{% set index_link = render_var(help_route_link(index_link_text, 'forum.index')) %}
{% trans %}Goal{% endtrans %}
{% trans %}Lock a topic to prevent users from making any more comments.{% endtrans %}
{% trans %}Steps{% endtrans %}
- {% trans %}Starting from {{ index_link }} (path: /forums), navigate to the forum that currently contains the topic.{% endtrans %}
- {% trans %}Locate the topic within the forum, and click on the title to view the topic.{% endtrans %}
- {% trans %}Click Edit.{% endtrans %}
- {% trans %}Under Comment settings, check Closed.{% endtrans %}
- {% trans %}Click Save.{% endtrans %}