Heisenberg submitted a new resource:
You must be registered for see links
- IE11 browser detection and fixesvB Version: 4.2.1
IE11 gets along pretty well with vB4, though file downloads get a bit wonky due to some changes in how IE is detected.
Please note, that 4.2.2 and beyond ALREADY includes these changes.
In includes/functions.php find:
Code:// detect macintosh
Add above:
Code:// Detect Modern IE11+ if (strpos($useragent, 'trident') !== false AND !$is['opera'] AND !$is['ie']) { preg_match('#rv:([0-9\.-]+)#', $useragent, $regs);...
You must be registered for see links
Last edited: