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 ?