BoardIndex.template.php
Simple Machines Forum (SMF)
Tags
Table of Contents
Functions
- template_boardindex_outer_above() : mixed
- The top part of the outer layer of the boardindex
- template_newsfader() : mixed
- This shows the newsfader
- template_main() : mixed
- This actually displays the board index
- 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_boardindex_outer_below() : mixed
- The lower part of the outer layer of the board index
- template_info_center() : mixed
- Displays the info center
- template_ic_block_recent() : mixed
- The recent posts section of the info center
- template_ic_block_calendar() : mixed
- The calendar section of the info center
- template_ic_block_stats() : mixed
- The stats section of the info center
- template_ic_block_online() : mixed
- The who's online section of the info center
Functions
template_boardindex_outer_above()
The top part of the outer layer of the boardindex
template_boardindex_outer_above() : mixed
template_newsfader()
This shows the newsfader
template_newsfader() : mixed
template_main()
This actually displays the board index
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_boardindex_outer_below()
The lower part of the outer layer of the board index
template_boardindex_outer_below() : mixed
template_info_center()
Displays the info center
template_info_center() : mixed
template_ic_block_recent()
The recent posts section of the info center
template_ic_block_recent() : mixed
template_ic_block_calendar()
The calendar section of the info center
template_ic_block_calendar() : mixed
template_ic_block_stats()
The stats section of the info center
template_ic_block_stats() : mixed
template_ic_block_online()
The who's online section of the info center
template_ic_block_online() : mixed