forum.moving.html.twig
Same filename in other branches
--- label: 'Moving a topic to a new forum' related: - forum.concept --- {% set index_link_text %}{% trans %}Forums{% endtrans %}{% endset %} {% set index_link = render_var(help_route_link(index_link_text, 'forum.index')) %} <h2>{% trans %}Goal{% endtrans %}</h2> <p>{% trans %}Move a forum topic and all of its comments to a new forum. {% endtrans %}</p> <h2>{% trans %}Steps{% endtrans %}</h2> <ol> <li>{% trans %}Starting from {{ index_link }} (path: <em>/forums</em>), navigate to the forum that currently contains the topic.{% endtrans %}</li> <li>{% trans %}Locate the topic within the forum, and click on the title to view the topic.{% endtrans %}</li> <li>{% trans %}Click <em>Edit</em>.{% endtrans %}</li> <li>{% trans %}In the <em>Forums</em> field, select the new forum that you want the topic to move to.{% endtrans %}</li> <li>{% trans %}Check <em>Leave shadow copy</em> to create a link in the original forum pointing to the new location.{% endtrans %}</li> <li>{% trans %}Click <em>Save</em>.{% endtrans %}</li> </ol>
File
-
core/
modules/ forum/ help_topics/ forum.moving.html.twig
View source
- ---
- label: 'Moving a topic to a new forum'
- related:
- - forum.concept
- ---
- {% set index_link_text %}{% trans %}Forums{% endtrans %}{% endset %}
- {% set index_link = render_var(help_route_link(index_link_text, 'forum.index')) %}
- <h2>{% trans %}Goal{% endtrans %}</h2>
- <p>{% trans %}Move a forum topic and all of its comments to a new forum. {% endtrans %}</p>
- <h2>{% trans %}Steps{% endtrans %}</h2>
- <ol>
- <li>{% trans %}Starting from {{ index_link }} (path: <em>/forums</em>), navigate to the forum that currently contains the topic.{% endtrans %}</li>
- <li>{% trans %}Locate the topic within the forum, and click on the title to view the topic.{% endtrans %}</li>
- <li>{% trans %}Click <em>Edit</em>.{% endtrans %}</li>
- <li>{% trans %}In the <em>Forums</em> field, select the new forum that you want the topic to move to.{% endtrans %}</li>
- <li>{% trans %}Check <em>Leave shadow copy</em> to create a link in the original forum pointing to the new location.{% endtrans %}</li>
- <li>{% trans %}Click <em>Save</em>.{% endtrans %}</li>
- </ol>
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.