forum.starting.html.twig

Same filename in other branches
  1. 10 core/modules/forum/help_topics/forum.starting.html.twig
  2. 11.x core/modules/forum/help_topics/forum.starting.html.twig
---
label: 'Starting a forum discussion'
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 %}Post a new topic in a forum to start a discussion.{% 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 %}Click <em>Add new Forum topic</em>.{% endtrans %}</li>
  <li>{% trans %}Enter the topic's <em>Subject</em> and <em>Body</em>.{% endtrans %}</li>
  <li>{% trans %}Click <em>Save</em>.{% endtrans %}</li>
</ol>

File

core/modules/help_topics/help_topics/forum.starting.html.twig

View source
  1. ---
  2. label: 'Starting a forum discussion'
  3. related:
  4. - forum.concept
  5. ---
  6. {% set index_link_text %}{% trans %}Forums{% endtrans %}{% endset %}
  7. {% set index_link = render_var(help_route_link(index_link_text, 'forum.index')) %}
  8. <h2>{% trans %}Goal{% endtrans %}</h2>
  9. <p>{% trans %}Post a new topic in a forum to start a discussion.{% endtrans %}</p>
  10. <h2>{% trans %}Steps{% endtrans %}</h2>
  11. <ol>
  12. <li>{% trans %}Starting from {{ index_link }} (path: <em>/forums</em>), navigate to the forum that currently contains the topic.{% endtrans %}</li>
  13. <li>{% trans %}Click <em>Add new Forum topic</em>.{% endtrans %}</li>
  14. <li>{% trans %}Enter the topic's <em>Subject</em> and <em>Body</em>.{% endtrans %}</li>
  15. <li>{% trans %}Click <em>Save</em>.{% endtrans %}</li>
  16. </ol>

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.