I have a problem with who's online.
There is something like
Unknown Location
/forums/shoutbox.php?do=iframe
What can i do to replace that with 'at the shoutbox'??
I already added
Code:
case 'showshoutbox':
$userinfo['action'] = "At the shoutbox";
$userinfo['where'] = "<a href=\"showshoutbox.php?$session[sessionurl]\">Shoutbox</a>";
break;
to the functions_online.php but what comes next?!
PHP Code:
case 'showshoutbox.php':
$userinfo['activity'] = 'showshoutbox';
break;
didn't work