Main Menu
Articles
- How to install Recent Blog Mod vbulletin
- Changing username colors on vbulletin
- How to remove powered by vBulletin from your vb forum title
- Change the postbit to legacy vbulletin
- Make a mouse over script for your buttons/Navbar
- Make an Image preloader script
- Show number of arcade titles in postbit V3 Arcade
- Random Image/Banner Rotater
vBulletin and Coding Guides
| Make an Image preloader script |
|
|
|
|
This isn't really as much a how to as a copy and paste job but as long as it works for you hopefully you'll be happy. HTML Code:
<script type="text/javascript"><!--
Now we need to define the actual image loading function: Code:
function newImage(arg) {
Next we define the "other" image preloading function. HTML Code:
var preloadFlag = false; Change X to the path of your image. HTML Code:
//--></script>
Now you need to trigger the image preloader to do that you need to put the following in your <body> tag:
|





