############################################################################### # BoardIndex.template # ############################################################################### # YaBB: Yet another Bulletin Board # # Open-Source Community Software for Webmasters # # Version: YaBB 2.2.3 # # Packaged: July 12, 2008 # # Distributed by: http://www.yabbforum.com # # =========================================================================== # # Copyright (c) 2000-2008 YaBB (www.yabbforum.com) - All Rights Reserved. # # Software by: The YaBB Development Team # # with assistance from the YaBB community. # # Sponsored by: Xnull Internet Media, Inc. - http://www.ximinc.com # # Your source for web hosting, web design, and domains. # ############################################################################### # $Revision: 1.12.2.5 $ $boardhandellist = qq~ {yabb expand}{yabb collapse}{yabb markallread} ~; $boardindex_template = qq~ {yabb catsblock} ~; if(!$iamguest) { $boardindex_template .= qq~
$boardindex_txt{'333'} $boardindex_txt{'333'}   $boardindex_txt{'334'} $boardindex_txt{'334'}
{yabb boardhandellist}
~; } $boardindex_template .= qq~
  $boardindex_txt{'200'}
$boardindex_txt{'489'} {yabb totalmessages} $boardindex_txt{'21'} $boardindex_txt{'490'} {yabb totaltopics} $boardindex_txt{'330'}.
{yabb lastpostlink} {yabb lastpostdate} {yabb recentposts}
$boardindex_txt{'487'} {yabb membercount} $boardindex_txt{'488'}.
{yabb latestmember} {yabb ims}
$boardindex_txt{'800'} {yabb mostusers} $maintxt{'30'} {yabb mostusersdate}.
$boardindex_txt{'801'} {yabb mostmembers} $maintxt{'30'} {yabb mostmembersdate}.
$boardindex_txt{'802'} {yabb mostguests} $maintxt{'30'} {yabb mostguestsdate}.
$boardindex_txt{'803'} {yabb mostbots} $maintxt{'30'} {yabb mostbotsdate}.
  $boardindex_txt{'158'}
{yabb users}
{yabb onlineusers} {yabb guests}
{yabb onlineguests} {yabb bots}
{yabb onlinebots}
{yabb groupcolors}

{yabb sharedlogin} ~; # Category header # $new_msg_bg = "windowbg"; $new_msg_class = "small"; $catheader = qq~ {yabb newmsg start}{yabb newmsg icon}{yabb newmsg}{yabb newmsg end}
  {yabb catlink}       $boardindex_txt{'330'} $boardindex_txt{'21'} $boardindex_txt{'22'}
~; # Looks of each board in category # $topiccut = 25; $boardblock = qq~ ~; # Category footer # $catfooter = qq~
{yabb boardpic} {yabb new} {yabb boardname}
{yabb boarddesc}
{yabb moderators}
{yabb threadcount} {yabb messagecount} {yabb lastpostlink}
$boardindex_txt{'524'}: {yabb lasttopiclink}
$boardindex_txt{'525'}: {yabb lastposter}
~; 1;