Show Stats on top for SP1 1.0 This mod will greet the latest member, and show some board stats (total topics and total posts). This mod is made for YaBB 1G - SP1 I didn't change anything in English.lng, only BoardIndex.pl so if u want to change any wordings, u can do it right in the BoardIndex.pl also for the font type/size :) Spaceman-Spiff http://www.lots-of-anime.com/ Sources/BoardIndex.pl

$curforumurl~; ~; if ($showlatestmember) { &LoadUser($latestmember); $yymain .= qq~ ~; } $yymain .= qq~
$curforumurl Welcome, $userprofile{$latestmember}->[1] as member No. $memcount
$txt{'490'} $totalt   -   $txt{'489'} $totalm
~;