Quote:
Originally Posted by Philippe J
Very nice mod that I used with vb3.8, and now with VB4.
But I have one issue since I've upgraded to vb4.02 : IE8 crashes all the time if "Members have visited today" enabled, unless it's in compatibility mode.
I use this tip ( here) to force compatibility mode in my forum :
Add to the headinclude template :
Code:
<meta http-equiv="X-UA-Compatible" content="IE=7" />
Any idea ?
|
That has to be an error from some other add-on or custom template modification. I'm running it with IE8 and it's not crashing browsers for me.
Make sure you revert the templates for all active styles. When I upgraded to 4.02, a couple of them weren't "merged" correctly and it broke the styles. That may have injected a fatal but in your case that the browser ignores in compatibility mode.