############################################################################### # 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~ ~; } else { $messageindex_template .= qq~
{yabb bdpicture} {yabb board}
{yabb description}
{yabb moderators}
$boardindex_txt{'330'}: {yabb threadcount}
$boardindex_txt{'21'}: {yabb messagecount}
{yabb new_load}~; } if (${$uid.$currentboard}{'rules'} == 1) { $messageindex_template .= qq~
{yabb rulestitle}
{yabb rulesdescription}
~; } } if ($action ne 'favorites') { $messageindex_template .= qq~ {yabb modupdate} ~; if ($messagelist) { $messageindex_template .= qq~ {yabb topichandellist} ~; } else { $messageindex_template .= qq~ {yabb topichandellist} ~; } $messageindex_template .= qq~
{yabb pageindex top}
{yabb outsidethreadtools}
 {yabb pageindex top}
{yabb outsidethreadtools}
 
~; } $messageindex_template .= qq~ {yabb admin column} {yabb stickyblock} {yabb threadblock} {yabb adminfooter}
{yabb topicpreview} {yabb sortsubject} / {yabb sortstarter} {yabb sortanswer} $messageindex_txt{'301'} {yabb sortlastpostim}
~; if ($action ne 'favorites') { $messageindex_template .= qq~ {yabb topichandellist2}
{yabb pageindex bottom}
{yabb outsidethreadtools}
 
{yabb modupdateend} ~; $messageindex_template .= $messagelist ? q{} : qq~
{yabb icons} {yabb admin icons} {yabb access}
~; } if ($action eq "favorites") { $messageindex_template .= qq~
{yabb icons} {yabb admin icons}
~; } # Board description # $boarddescription = qq~ {yabb boarddescription} ~; # Column Header definition for multi admin # $adminheader = qq~{yabb admin}~; # Column definition for multi admin # $admincolumn = qq~{yabb admin}~; # Sticky or global announcements header # $stickyheader = qq~  $messageindex_stickygrp{'1'} ~; # Non sticky or global announcements header# $nonstickyheader = qq~  $messageindex_stickygrp{'2'} ~; # Thread bar # $threadbar = qq~ {yabb threadpic} {yabb icon}
{yabb favorite} {yabb new} {yabb poll} {yabb subjectlink}
$messageindex_txt{'527'} {yabb starttime} $messageindex_txt{'526'} {yabb starter}{yabb pages}
{yabb permalink}
{yabb attachmenticon}
{yabb replies} {yabb views} {yabb lastpostlink}
$messageindex_txt{'525'}: {yabb lastposter}
{yabb admin column} ~; $threadbarMoved = qq~ {yabb threadpic} {yabb icon}
{yabb subjectlink}
{yabb admin column} ~; # Admin dependent subfooter # $subfooterbar = qq~ {yabb admin selector} {yabb admin checkboxes} ~; $brd_tmptempbar = qq~
$messageindex_txt{'841'}

~; $msg_attach_win = qq~~; # Board Notification # $brd_notify = qq~
$notify_txt{'136'} - {yabb boardname} $notify_txt{'136'} - {yabb boardname}
{yabb my_delopt}
~; #list pages popup $msg_listpages = qq~ $messageindex_txt{'139'} $messageindex_txt{'18'}
$messageindex_txt{'139'} $messageindex_txt{'18'}

« $messageindex_txt{'139'} {yabb pages} »

$messageindex_txt{'903'}
~; #pagedrop (in javascript) $visel_0 = q~~; $visel_1a = q~~; $visel_2a = q~
~; $visel_1b = q~~; $visel_3a = q~~; $visel_4 = q~
~; $boardpassw = qq~
$maintxt{'900pw'}: $boardname
$maintxt{'900b'}
~; $boardpassw_g = qq~
$maintxt{'900pw'}: $boardname

$maintxt{'900pg'}

$maintxt{'900b'}
~; 1;