############################################################################### # BoardIndex.template # ############################################################################### # YaBB: Yet another Bulletin Board # # Open-Source Community Software for Webmasters # # Version: YaBB 2.4 # # Packaged: April 12, 2009 # # Distributed by: http://www.yabbforum.com # # =========================================================================== # # Copyright (c) 2000-2009 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.13 $ $boardhandellist = qq~ {yabb expand}{yabb collapse}{yabb markallread} ~; $boardindex_template = qq~ {yabb pollshowcase} {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} {yabb newesttopics}
$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}.
{yabb countertext}


{yabb counter}

~; if($lastnewesttopics == 1) { $boardindex_template .= qq~
  $newest_topics{'08'} $numnewesttopics $newest_topics{'09'}
{yabb nt}

~; } $boardindex_template .= qq~
  $boardindex_txt{'158'}
{yabb users}
{yabb onlineusers} {yabb guests}
{yabb onlineguests} {yabb bots}
{yabb onlinebots}
{yabb groupcolors}
~; if($enableactivlog == 1 || ($enableactivlog == 2 && !$iamguest) || ($enableactivlog == 3 && ($iamgmod || $iamadmin)) || ($enableactivlog == 4 && $iamadmin)) { $boardindex_template .= qq~
  $activitytxt{'activity'}
{yabb activity}
~; } $boardindex_template .= qq~
{yabb caldisplay}

 
  {yabb rul_title}
{yabb last_users_online_tbl}
  {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 catimage} {yabb catrss} {yabb catlink} $boardindex_txt{'22'} $boardindex_txt{'330'} $boardindex_txt{'21'}
~; # Looks of each board in category # $topiccut = 25; $boardblock = qq~ ~; # Category footer # $catfooter = qq~
{yabb boardpic} {yabb new} {yabb boardrss} {yabb boardname}{yabb boardviewers}
{yabb boarddesc}
{yabb moderators}
{yabb lastpostlink}
$boardindex_txt{'524'}: {yabb lasttopiclink}
$boardindex_txt{'525'}: {yabb lastposter}
{yabb threadcount} {yabb messagecount}

~; 1;