Emulate IE7 on IE8
This modification is in the archives.
As Internet Explorer 8 Beta 1 is public beta, using the standard mode breaks the layout and functionnalities of vBulletin.
To avoid this and to force your users to use the "Emulate IE7" button without to click on it, you can do this: In the 'headinclude' template, at the top, add this: HTML Code:
<if condition="is_browser('ie', '8')"><meta http-equiv="X-UA-Compatible" content="IE=7" /></if> You can have more information http://www.microsoft.com/windows/products/winfamily/ie/ie8/readiness/DevelopersNew.htm at the "Versioning and Cross-document Interaction" section. Edit : this modification isn't more necessary since vBulletin 3.7.0 Release Candidate 1, an option have been added to vBulletin Options by default. Download No files for download. |