Heisenberg submitted a new resource:
You must be registered for see links
- Pre-Load ForumvB Version: 3.8.x
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) { //...
You must be registered for see links
Last edited:
