IE11 browser detection and fixes
IE11 gets along pretty well with vB3, though file downloads get a bit wonky due to some changes in how IE is detected.
In includes/functions.php find: PHP Code:
// detect macintosh
PHP Code:
// Detect Modern IE11+
PHP Code:
if (strpos($useragent, 'gecko') !== false AND !$is['safari'] AND !$is['konqueror'])
PHP Code:
if (strpos($useragent, 'gecko') !== false AND !$is['safari'] AND !$is['konqueror'] AND !$is['ie'])
Download No files for download. |
Similar Mods
Integration with vBulletin Mobile Device & Browser Detection (Adapted by BOP5) | vBulletin 4.x Add-ons |