Forum pages templates

This article is a translation of article in russian.

Forum module contains several pages described below.

All topics list forum-index.tpl

Main mage of forum.

<UH-Forum-TopicsList/>

Block with topics list.

Topics in a category forum-category.tpl

Page renders topic filteres by a category.

<UH-Forum-TopicsList/>

Block with topics list.

Topic view forum-topic.tpl

Page renders a topic.

Parameters:

  • i18n_loading (string): label "Loading..." in current language.
<UH-Forum-TopicView>...</UH-Forum-TopicView>

Component renders a container, which will show a topic and comments after data loading. Component content will be shown until data loading finished.

Private topic without privileges forum-topic-denied.tpl

A page of private topic in case of low privileges.

Parameters:

  • i18n_deny_reason (string): text to describe a situation in current language.
<UH-Forum-TopicView>...</UH-Forum-TopicView>

Component renders a container, which would render a topic and comments, after second try to load data. Component content will be rendered initialli while there is no privileges.

Nobody did vote for this article yet. Did this article help to you?