###############################################################################
# default.MessageIndex.template #
###############################################################################
# YaBB: Yet another Bulletin Board #
# Open-Source Community Software for Webmasters #
# Version: YaBBForum 3.0 #
# Packaged: July 26, 2026 #
# Distributed by: https://yabbforum.nz #
# =========================================================================== #
# Copyright (c) 2000-2026 YaBB (yabbforum.nz) - All Rights Reserved. #
# Software by: The YaBB Development Team #
# with assistance from the YaBB community. #
###############################################################################
$messageindextemver = 'YaBBForum 3.0';
LoadLanguage('BoardIndex');
# When thread tools is turned off, these two lists will be combined to display the buttons in the order shown
# When thread tools is on $outside_threadtools will show buttons normally, while the handle list will show in the thread tools' dropdown
# $outsidde_ttsep will act as a separator between the buttons outside thread tools.
$outside_threadtools = qq~{yabb new post button}{yabb new poll button}~;
$outside_ttsep = q~~;
$my_ttsep = $menusep;
$topichandellist = qq~{yabb notify button}{yabb markall button}~;
if($useThreadtools == 1) {
$threadhandelstyle = qq~ class="post_tools center" style="width:10em"~;
$threadhandelstyle2 = qq~ class="post_tools center" style="width:10em"~;
}
else {
$threadhandelstyle = qq~ class="right"~;
$threadhandelstyle2 = qq~ class="right"~;
}
$bdpicExt = 'png';
$brdpicwidth = ($max_brd_img_width || 50) + 20;
$hoveron = 'tpon.gif';
$hoveroff = 'tpoff.gif';
$brd_notify_img = 'notify.gif';
$actionlock = 'actionslock.png';
if (!$messagelist) {
if (!$ShowBDescrip && $action ne 'favorites') {
$messageindex_template .= qq~