Quote:
Originally Posted by KirbyDE
Include this in all your scripts:
PHP Code:
chdir'./path/to/forum')
require_once('./includes/init.php');
In functions_online.php FIND
PHP Code:
case 'bugs.php':
$userinfo['activity'] = 'bugs';
break;
Below that add sections like this for all your scripts (changing the script & activity name of course).
Also in functions_online.php FIND
PHP Code:
case 'bugs':
$userinfo['action'] = construct_phrase($vbphrase['viewing_x'], 'Bugs');
break;
Below that add a sections like this for all your scripts (changing activity name and text of course).
|
wow, Thanks ^^
that will show what's people doing on online.php right? how can I also show who's on each pages like in showthread as well?