Title: Who's Online Text Stats Tweak v1.0

Author: John Briggs

Description:
This mod will provide a text display for whosonline on index for whosonline text stats.

Copyright:  2006 John Briggs. All rights reserved.

Compatability: XMB 1.9.8 Engage Final SP2/SP3

Updated for 1.9.8 by: WormHole @ XMB Garage

Install Note: Before adding this mod to your forum, you should back up all files related to this mod.

License Note: This mod is released under the GPL License. A copy is provided with this software.

Author Note:
You downloaded this hack from XMBGarage.com, the #1 source for XMB related downloads.
Please visit http://www.xmbgarage.com/ for support.

=======================================================================================================================================
=======
Step 1:
=======

================================
Edit File: lang/English.lang.php
================================

==========
Find Code:
==========

$lang['whosoneval'] = '$lang["whosonmsg"] = "There are currently $guestn, $membern and $hiddenn browsing $bbname";';

==================
Replace Code With:
==================

// Who's Online Text Stats Tweak Mod Begin
$lang['whosoneval'] = '$lang["whosonmsg"] = "There are currently a total of <strong>$onlinetotal</strong> user(s) online - $guestn, $membern and $hiddenn are browsing $bbname";';
// Who's Online Text Stats Tweak Mod End

=======================================================================================================================================