Back to vBulletin 3.8 Template Modifications

Pre-Load Forum
Mod Version: 1.00, by ViciousCode

vB Version: 3.8.x Rating: (1 vote - 5.00 average) Installs: 14
Released: 03 Dec 2009 Last Update: Never Downloads: 2
Not Supported Re-usable Code Translations  

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>
Save it and you are done!

Note: This hack works with all versions of vBulletin, except VB4!

Download

No files for download.


vblts.ru supports vBulletin®, 2022-2024