Feb 21, 2008, 10:01 PM
Go into the AdminCP -> Templates -> modify/delete -> Global templates
Scroll down and looks for online24_index and open it.
Replace what is there with the following:
Scroll down and looks for online24_index and open it.
Replace what is there with the following:
Code:
<tr>
<td class="tcat" colspan="2"><strong>{$lang->whos_online_today}</strong> [<a href="online.php?action=today">{$lang->complete_list}</a>]</td>
</tr>
<tr>
<td class="trow1" colspan="2"><span class="smalltext">{$lang->members_today}{$membercount}, {$lang->anon_today}{$anoncount}, {$lang->guests_today}{$guestcount}, {$lang->bots_today}{$botcount}) <br />{$onlinemembers}</span></td>
</tr>