Bug Fix for Who's Online!
There is an error in the
File Manager: Show User in "Admin Control Panel" in Who's Online Plugin. You can either upload the new product file or follow these directions:
Change the hook location to "online_location_unknown"
Change the code to:
Code:
if (strpos($userinfo['location'], '/' . $vbulletin->config['Misc']['filemanagerdir'] . '/') !== false)
{
$handled = true;
$userinfo['action'] = $vbphrase['admin_control_panel'];
$userinfo['where'] = '';
}
DONE