Quote:
Originally Posted by Arcade Fire
Who's Online Modification
If you want to show who is browsing this new page of yours, just open up includes/functions_online.php and find:
Code:
case 'bugs.php':
$userinfo['activity'] = 'bugs';
break;
Below, add:
Code:
case '404.php':
$userinfo['activity'] = '404 page';
break;
. . .
|
My file doesn't contain a case listing for 'bugs.php'. Is there an alternate location where the new code can be placed?