Documentation

MessageIndex.template.php

Simple Machines Forum (SMF)

Tags
author

Simple Machines https://www.simplemachines.org

copyright

2025 Simple Machines and individual contributors

license

https://www.simplemachines.org/about/smf/license.php BSD

version
3.0

Alpha 2

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_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.


        
On this page

Search results