MessageIndex.template.php
Simple Machines Forum (SMF)
Tags
Table of Contents
Functions
- template_main() : mixed
- The main messageindex.
- template_bi_board_icon() : mixed
- Outputs the board icon for a standard board.
- template_bi_redirect_icon() : mixed
- Outputs the board icon for a redirect.
- template_bi_board_info() : mixed
- Outputs the board info for a standard board or redirect.
- template_bi_board_stats() : mixed
- Outputs the board stats for a standard board.
- template_bi_redirect_stats() : mixed
- Outputs the board stats for a redirect.
- template_bi_board_lastpost() : mixed
- Outputs the board lastposts for a standard board or a redirect.
- template_bi_board_children() : mixed
- Outputs the board children for a standard board.
- template_topic_legend() : mixed
- Shows a legend for topic icons.
Functions
template_main()
The main messageindex.
template_main() : mixed
template_bi_board_icon()
Outputs the board icon for a standard board.
template_bi_board_icon(array<string|int, mixed> $board) : mixed
Parameters
- $board : array<string|int, mixed>
-
Current board information.
template_bi_redirect_icon()
Outputs the board icon for a redirect.
template_bi_redirect_icon(array<string|int, mixed> $board) : mixed
Parameters
- $board : array<string|int, mixed>
-
Current board information.
template_bi_board_info()
Outputs the board info for a standard board or redirect.
template_bi_board_info(array<string|int, mixed> $board) : mixed
Parameters
- $board : array<string|int, mixed>
-
Current board information.
template_bi_board_stats()
Outputs the board stats for a standard board.
template_bi_board_stats(array<string|int, mixed> $board) : mixed
Parameters
- $board : array<string|int, mixed>
-
Current board information.
template_bi_redirect_stats()
Outputs the board stats for a redirect.
template_bi_redirect_stats(array<string|int, mixed> $board) : mixed
Parameters
- $board : array<string|int, mixed>
-
Current board information.
template_bi_board_lastpost()
Outputs the board lastposts for a standard board or a redirect.
template_bi_board_lastpost(array<string|int, mixed> $board) : mixed
When on a mobile device, this may be hidden if no last post exists.
Parameters
- $board : array<string|int, mixed>
-
Current board information.
template_bi_board_children()
Outputs the board children for a standard board.
template_bi_board_children(array<string|int, mixed> $board) : mixed
Parameters
- $board : array<string|int, mixed>
-
Current board information.
template_topic_legend()
Shows a legend for topic icons.
template_topic_legend() : mixed