############################################################################### # default.BoardIndex.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. # ############################################################################### $boardindextemver = 'YaBBForum 3.0'; $boardhandellist = qq~ {yabb expand}{yabb collapse}{yabb markallread} ~; $bdpicExt = 'png'; ## for the default announcement, recycle, subboard and regular board markers ## $brd_dropdown = 'dropdown.png'; $brd_dropup = 'dropup.png'; $brd_arrowup = 'arrowup.gif'; $brd_loadbar = 'loadbar.gif'; $brd_info = 'info.png'; $brd_online = 'online.png'; $brd_fadeleftdropdown = 'fadeleftdropdown.gif'; $brd_faderightdropdown = 'faderightdropdown.gif'; $brd_closebutton = 'closebutton.png'; $sub_arrow_dn = 'sub_arrow.png'; $sub_arrow_up = 'sub_arrow_up.png'; $extern = 'extern.png'; $sub_extern = 'extern_sub.png'; $tabfill = q~~; $topiccut = 25; $brdpicwidth = ($max_brd_img_width || 0) + 0; $boardindex_template = qq~ {yabb pollshowcase} {yabb catsblock} ~; if(!$iamguest && !$subboard_sel) { get_micon(); $boardindex_template .= qq~
$boardindex_txt{'333'} $boardindex_txt{'333'}   $boardindex_txt{'334'} $boardindex_txt{'334'} {yabb boardhandellist}
~; } if(!$subboard_sel) { $boardindex_template .= qq~
  $boardindex_txt{'200'}
$boardindex_txt{'489'} {yabb totalmessages} $boardindex_txt{'21l'} $boardindex_txt{'490'} {yabb totaltopics} $boardindex_txt{'330l'}.
{yabb lastpostlink} {yabb lastpostdate} {yabb recenttopics}{yabb spc}{yabb recentposts}
$boardindex_txt{'487'} {yabb membercount} $boardindex_txt{'488'}.
{yabb latestmember} {yabb ims}
$boardindex_txt{'800'} {yabb mostusers} $maintxt{'30b'} $maintxt{'30'} {yabb mostusersdate}.
$boardindex_txt{'801'} {yabb mostmembers} $maintxt{'30b'} $maintxt{'30'} {yabb mostmembersdate}.
$boardindex_txt{'802'} {yabb mostguests} $maintxt{'30b'} $maintxt{'30'} {yabb mostguestsdate}.
$boardindex_txt{'803'} {yabb mostbots} $maintxt{'30b'} $maintxt{'30'} {yabb mostbotsdate}.
  $boardindex_txt{'158'}
{yabb users}
{yabb onlineusers} {yabb guests}
{yabb onlineguests} {yabb bots}
{yabb onlinebots}
{yabb groupcolors}
{yabb caldisplay} {yabb sharedlogin} {yabb new_load} ~; } ## Category header ## $new_msg_bg = "windowbg"; $new_msg_class = "small"; $catheader = qq~
  {yabb catimage} {yabb catrss} {yabb catlink} $boardindex_txt{'330'} $boardindex_txt{'21'} $boardindex_txt{'22'}
{yabb newmsg start}{yabb newmsg icon}{yabb newmsg}{yabb newmsg end}
 
~; ## Looks of each board in category ## $boardblock = qq~ {yabb expandmessages} ~; $boardblockpw = qq~~; $boardblockext = qq~~; $nopost_boardblock = qq~ {yabb expandmessages} ~; $subboard_links = qq~{yabb new} {yabb boardname}{yabb sub_lock}~; $subboard_links_ext = qq~{yabb boardname}~; $subboard_list = qq~{yabb subdropdown}: {yabb subboardlinks}~; # Category footer # $catfooter = qq~
{yabb boardpic}
{yabb new} {yabb boardrss} {yabb boardname}{yabb boardviewers}
{yabb boarddesc}
{yabb moderators}
{yabb subboardlist}
{yabb messagedropdown}
{yabb threadcount} {yabb messagecount} {yabb lastpostlink}
$boardindex_txt{'524'}: {yabb lasttopiclink}
$boardindex_txt{'525'}: {yabb lastposter}
{yabb boardpic}
{yabb new} {yabb boardname}{yabb boardviewers}
{yabb boarddesc}
{yabb moderators}
{yabb subboardlist}
{yabb messagedropdown}
{yabb lastpostlink}
{yabb boardpic} {yabb boardname}
{yabb boarddesc}
$boardindex_txt{'526'}: {yabb lastpostlink}
{yabb boardpic} {yabb new} {yabb boardname}
{yabb boarddesc}
{yabb subboardlist}
~; #advanced tabs $brd_advanced_tabs = qq~
 











~; $brd_advanced_tabs_edit = qq~
    {yabb edittabmenu}
  {yabb reordertab}
 

{yabb edittext1} {yabb tabsave} {yabb edittext2} {yabb tabdel} {yabb edittext3}
{yabb reordertext}
 
 
~; $brd_expandmessages = qq~
~; $brd_newrowend = q~~; $brd_newrow = qq~ ~; 1;