PHP Code:
// Find this code in index.php
eval("\$loggedinusers = \"".gettemplate('forumhome_loggedinusers')."\";");
}
// Replace it with this
eval("\$loggedinusers = \"".gettemplate('forumhome_loggedinusers')."\";");
if ($bbuserinfo['userid']!=0) {
$username=$bbuserinfo['username'];
eval("\$welcometext = \"".gettemplate('forumhome_welcometext')."\";");
} else {
$welcometext = "";
eval("\$unregwelcomemessage = \"".gettemplate('forumhome_unregmessage')."\";");
}
}
// Place [B][COLOR=red]$totalonline[/COLOR][/B] in your welcometext template it would work for sure without problems.
Working Demo @
http://www.xtreme-forumz.net/index.php