OK, so the code I see for the Who's Online is:
<?php
if (!defined('UBB_MAIN_PROGRAM')) define('UBB_MAIN_PROGRAM',1);
$style_side="";$tbopen="";$tbclose="";
echo "<table width=\"100%\">";
include("/***/***/***/ubbt/languages/english/generic.php");
include("/***/***/***/ubbt/cache/online_now.php");
echo "</table>";
?>
so where do I change the class names?
Also, as an example, this code only displays "
1 (Username) 43". How do I fill in the gaps and add the extra info to display "
1 registered (Username) and 43 anonymous users online"?