diff -u b/core/modules/help_topics/help_topics/forum.locking.html.twig b/core/modules/help_topics/help_topics/forum.locking.html.twig --- b/core/modules/help_topics/help_topics/forum.locking.html.twig +++ b/core/modules/help_topics/help_topics/forum.locking.html.twig @@ -3,13 +3,13 @@ related: - forum.concept --- -{% set index_link_text %}{% trans %}forums page{% endtrans %}{% endset %} +{% 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 %}

    -
  1. {% trans %}Starting from the {{ index_link }}, navigate to the forum that currently contains the topic.{% endtrans %}
  2. +
  3. {% trans %}Starting from {{ index_link }} (path: /forums), navigate to the forum that currently contains the topic.{% endtrans %}
  4. {% trans %}Locate the topic within the forum, and click on the title to view the topic.{% endtrans %}
  5. {% trans %}Click Edit.{% endtrans %}
  6. {% trans %}Under Comment settings, check Closed.{% endtrans %}
  7. diff -u b/core/modules/help_topics/help_topics/forum.moving.html.twig b/core/modules/help_topics/help_topics/forum.moving.html.twig --- b/core/modules/help_topics/help_topics/forum.moving.html.twig +++ b/core/modules/help_topics/help_topics/forum.moving.html.twig @@ -3,13 +3,13 @@ related: - forum.concept --- -{% set index_link_text %}{% trans %}forums page{% endtrans %}{% endset %} +{% 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 %}Move a forum topic and all of its comments to a new forum. {% endtrans %}

    {% trans %}Steps{% endtrans %}

      -
    1. {% trans %}Starting from the {{ index_link }}, navigate to the forum that currently contains the topic.{% endtrans %}
    2. +
    3. {% trans %}Starting from {{ index_link }} (path: /forums), navigate to the forum that currently contains the topic.{% endtrans %}
    4. {% trans %}Locate the topic within the forum, and click on the title to view the topic.{% endtrans %}
    5. {% trans %}Click Edit.{% endtrans %}
    6. {% trans %}In the Forums field, select the new forum that you want the topic to move to.{% endtrans %}
    7. diff -u b/core/modules/help_topics/help_topics/forum.starting.html.twig b/core/modules/help_topics/help_topics/forum.starting.html.twig --- b/core/modules/help_topics/help_topics/forum.starting.html.twig +++ b/core/modules/help_topics/help_topics/forum.starting.html.twig @@ -3,13 +3,13 @@ related: - forum.concept --- -{% set index_link_text %}{% trans %}forums page{% endtrans %}{% endset %} +{% 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 %}Post a new topic in a forum to start a discussion.{% endtrans %}

      {% trans %}Steps{% endtrans %}

        -
      1. {% trans %}Starting from the {{ index_link }}, navigate to the forum where you want to post the topic.{% endtrans %}
      2. +
      3. {% trans %}Starting from {{ index_link }} (path: /forums), navigate to the forum that currently contains the topic.{% endtrans %}
      4. {% trans %}Click Add new Forum topic.{% endtrans %}
      5. {% trans %}Enter the topic's Subject and Body.{% endtrans %}
      6. {% trans %}Click Save.{% endtrans %}