# Site structure
Most site pages belong to one of the following categories...
# Material page
Material pages are:
- Blog post
- Forum thread
- Article
# Category page
Category pages are:
- Blog Feed
- Forum sections
- List of articles
# Component Page
Component pages are:
Posts
- output in the form of posts of materials from different categories in descending order of date (customizable)
Activities
- output in the form of links of new materials and comments from different categories in descending order of date (categories for outputting new materials and categories for outputting new comments are set separately)
Custom page
- a page with its own logic and code (can be made by developers according to individual requirements).
# Categories
A category is a container for child elements, which can be:
- Child categories
- Materials
# Method for displaying a category page
Selected in the category template, at the moment the possible options are:
- Blog
- Forum in 1 thread
- Forum with subsections in 1 level
- Forum with subsections in 2 levels
- Articles in 1 section
- Articles with subsections in level 1
- Articles with subsections in 2 levels
# Materials
They are displayed and work the same way for all types of categories (blog, forum, articles).
In newer versions, a separate display and behavior may become available for materials of various types of categories.
# Comments
Comments relate to material; there can be many comments to one material.
Currently, comments at the display level have a flat structure.
It is planned to improve the structure of comments to a 2 level tree.
# Site structure
Most site pages belong to one of the following categories.
# Material Page
Material pages are:
Blog post
Forum thread
Article
# Category Page
Category pages are:
Blog feed
Forum sections
List of Articles
# Component Page
Component pages are:
Posts - Output in the form of posts of materials from different categories in descending order of date (adjustable).
Activities - Output in the form of links of new materials and comments from different categories in descending order of date (categories for outputting new materials and categories for outputting new comments are set separately)
Custom page - a page with its own personal logic and code. (can be made by developers, according to individual requirements)
# Categories
A category is a container for child elements, which can be:
Child categories
Materials
# Category page display method
Selected in the category template, at the moment the possible options are:
The blog
Forum in 1 thread
Forum with subsections in 1 level
Forum with subsections in 2 levels
Articles in 1 section
Articles with subsections in level 1
Articles with subsections in 2 levels
# Materials
They look and work the same way for all kinds of categories (blog, forum, articles).
In newer versions, a separate display and behavior will be available for materials of various types of categories.
# Comments
Comments relate to material; there can be many comments to one material.
Currently, comments at the display level have a flat structure.
It is planned to improve the structure of comments to a 2 level tree.