Well, assuming that is the problem (I'm not 100% sure), then probably what you'd want to do is modify the is_broswer() function (which is in includes/functions.php). If you have access to the source code for a later version of vbulletin, you could probably copy the is_browser function from that. Even the latest from vb4.1.4 doesn't have 'chrome' as a type you can check for - I think it's reported as 'mozilla', so probably wouldn't need to change the code in global.php.
|