Make a backup of includes/functions_online.php before you begin!
In includes/functions__online.php find:
Code:
case 'bugs':
$userinfo['action'] = construct_phrase($vbphrase['viewing_x'], 'Bugs'); // Don't report 'bugs' as needing to be translated please :p
break;
Directly underneath add:
Code:
case 'vBRadio':
$userinfo['action'] = 'Listening to vBRadio';
$userinfo['where'] = "<a href=\"vBRadio.php?$session[sessionurl]\">vBRadio</a>";
break;
FIND:
Code:
case 'bugs.php':
$userinfo['activity'] = 'bugs';
break;
Underneath add:
Code:
case 'vBRadio.php':
$userinfo['activity'] = 'vBRadio';
break;
Save and upload!