Unofficial SMF API Documentation

./Themes/default/BoardIndex.template.php

template_boardindex_outer_above

function template_boardindex_outer_above(): void

The top part of the outer layer of the boardindex

template_newsfader

function template_newsfader(): void

This shows the newsfader

template_main

function template_main(): void

This actually displays the board index

template_bi_board_icon

function template_bi_board_icon(array $board): void

Outputs the board icon for a standard board.

Type Parameter Description
array $board Current board information.

template_bi_redirect_icon

function template_bi_redirect_icon(array $board): void

Outputs the board icon for a redirect.

Type Parameter Description
array $board Current board information.

template_bi_board_info

function template_bi_board_info(array $board): void

Outputs the board info for a standard board or redirect.

Type Parameter Description
array $board Current board information.

template_bi_board_stats

function template_bi_board_stats(array $board): void

Outputs the board stats for a standard board.

Type Parameter Description
array $board Current board information.

template_bi_redirect_stats

function template_bi_redirect_stats(array $board): void

Outputs the board stats for a redirect.

Type Parameter Description
array $board Current board information.

template_bi_board_lastpost

function template_bi_board_lastpost(array $board): void

Outputs the board lastposts for a standard board or a redirect.

When on a mobile device, this may be hidden if no last post exists.

Type Parameter Description
array $board Current board information.

template_bi_board_children

function template_bi_board_children(array $board): void

Outputs the board children for a standard board.

Type Parameter Description
array $board Current board information.

template_boardindex_outer_below

function template_boardindex_outer_below(): void

The lower part of the outer layer of the board index

template_info_center

function template_info_center(): void

Displays the info center

template_ic_block_recent

function template_ic_block_recent(): void

The recent posts section of the info center

template_ic_block_calendar

function template_ic_block_calendar(): void

The calendar section of the info center

template_ic_block_stats

function template_ic_block_stats(): void

The stats section of the info center

template_ic_block_online

function template_ic_block_online(): void

The who’s online section of the info center

Suggest an edit to this page on GitHub