--- label: 'Configuring forums' related: - forum.concept --- {% set forum_concept_topic = render_var(help_topic_link('forum.concept')) %} {% set settings_link_text %}{% trans %}Settings{% endtrans %}{% endset %} {% set settings_link = render_var(help_route_link(settings_link_text, 'forum.settings')) %} {% set overview_link_text %}{% trans %}Forums{% endtrans %}{% endset %} {% set overview_link = render_var(help_route_link(overview_link_text, 'forum.overview')) %} {% 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 %}Configure settings for forums, and set up forum structure.{% endtrans %}

{% trans %}Steps{% endtrans %}

  1. {% trans %}In the Manage administrative menu, navigate to Structure > Forums > {{ settings_link }}.{% endtrans %}
  2. {% trans %}Choose the desired settings for Hot topic threshold, Topics per page, and Default order. Click Save configuration if you have made any changes.{% endtrans %}
  3. {% trans %}In the Manage administrative menu, navigate to Structure > {{ overview_link }}.{% endtrans %}
  4. {% trans %}Decide on the hierarchy of containers and forums you want for your site; see {{ forum_concept_topic }} for an overview of forum hierarchy.{% endtrans %}
  5. {% trans %}Create the containers that you want in your forum hierarchy, starting at the top level, if any. To create a container, click Add container, enter the container name and optionally other settings, and click Save.{% endtrans %}
  6. {% trans %}Create the forums that you want in your forum hierarchy, starting at the top level. To create a forum, click Add forum and enter the forum name. If your hierarchy has this forum inside a container or another forum, select the parent forum/container in the Parent field. Review and/or edit the other settings, and click Save.{% endtrans %}
  7. {% trans %}Optionally, delete the provided General discussion forum, if you do not want this forum to be available on your site.{% endtrans %}
  8. {% trans %}Review and/or edit the permissions related to forums. The administrative permission for editing the forum settings is in the Forum module section of the permissions page, and administrative permissions for editing the forum hierarchy are in the Taxonomy module section. The user permissions for creating forum topics are in the Node module section, and for commenting on topics are in the Comment module section.{% endtrans %}
  9. {% trans %}Add links to the main {{ index_link }} page (path: /forum), and optionally to individual forum pages, to navigation menus on your site, so that users can find the forums.{% endtrans %}