I like that iframe view ... the thing I don't grab from this one is that it doesn't reveal the location of the user ... or am I forgetting to do something here!
This part of the code seems to be set to where you want people to show up in the location area:
if ($online[location] = " ") {
$online[location] = "Control Panel";
}
if ($online['usergroupid'] == 6) {
$username = "<b><i>$online[username]</i></b>";
} else if ($online['usergroupid'] == 5) {
$uusername = "<b>$user[username]</b></font>";
} else {
$username = $online[username];
I rather it tell me where they actually are, instead of a static "control panel" location entry. One other thing that noticed when I tested was that it repeated the user names (made duplicates) of users in the same window. I was only logged in once and it showed me and other users as being logged in twice!
Sorry, but it didn't workout for me.
|