Pre-Load Forum
This little mod pre-loads the forum before even actual showing you the forum, it loads all the contents such as images, css, etc before showing you the forum.
put this code at the bottom of your forums headinclude template Code:
<SCRIPT LANGUAGE="JavaScript"> <!-- Begin function loadImages() { if (document.getElementById) { // DOM3 = IE5, NS6 document.getElementById('hidepage').style.visibility = 'hidden'; } else { if (document.layers) { // Netscape 4 document.hidepage.visibility = 'hidden'; } else { // IE 4 document.all.hidepage.style.visibility = 'hidden'; } } } // End --> </script> </head> <BODY OnLoad="loadImages()" style="overflow-x: hidden;"> <div id="hidepage" style="position: absolute; left:0px; top:0px; background-color: #FFFFFF; layer-background-color: #FFFFFF; height: 100%; width: 100%;"><table width="100%" height="100%"><tr><td valign="middle" align="center">Forum Content Loading... Please wait.</td></tr></table></div> Note: This hack works with all versions of vBulletin, except VB4! Download No files for download. |