Okay here's the online_location_process
PHP Code:
if($filename=='extra_whos_online.php'){$userinfo['activity'] = 'Viewing MAI Wallpapers';}
K now! For the second part online_unknown_location
PHP Code:
if($userinfo['activity']=='Viewing MAI Wallpapers')
{
$userinfo['where'] = '<a href="extra_whos_online.php?'.$vbulletin->session->vars[sessionurl].'">'.$vbulletin->options[bbtitle].' - Viewing MAI Wallpapers</a>';
$userinfo['action'] = 'Viewing MAI-Wallpapers';
$handled = true;
}
Replace your old code.