Also.. this was missed.
Code:
In includes/functions_online.php
Find --------------------------------------
case 'bugs':
$userinfo['action'] = construct_phrase($vbphrase['viewing_x'], 'Bugs'); // Don't report 'bugs' as needing to be translated please :p
break;
Add after --------------------------------
case 'whoquote':
$userinfo['action'] = 'User Control Panel';
$userinfo['where'] = "<a href=\"$userinfo[location]\">Who Quoted $userinfo[username]</a>";
break;
Find---------------------------------
case 'threadrate.php':
$userinfo['activity'] = 'threadrate';
break;
Add after ----------------------------------
case 'whoquotedme.php':
$userinfo['activity'] = 'whoquote';
break;