Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
doktornotor wrote:With that X-UA-Compatible nonsense, it is best to remove it altogether. It is intended for sites with standards non-compliant code, written with junky browsers (such as IE6) in mind. Also, per the Defining Document Compatibility docs, using
Well, good... With that header in place (<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9") > IE8 will pick up IE7 of course (since it knows nothing about IE9) and will run in IE7 compatibility mode - which is way more broken than IE8. This whole "compat" proprietary junk made by MS is really harmful.