Loading image onload
Description
Have a "loading-image" when your forum is loading...
Set up
First, you have to paste this code in the index-message box (inside the ACPanel):
- Code:
<!--- Subject: "Loading image onload" - Copyright 2012 by www.fmcodes.com. All Rights Reserved. Use and/or modification of this script is allowed, provided this entire copyright notice remains in the original or modified code. Distribution is not allowed without written consent from FMCodes---><script type="text/javascript">
window.onload = detectarCarga;
function detectarCarga(){
document.getElementById("imgLOAD").style.display="none";
}
</script>
<div id="imgLOAD" style="text-align: center; display: none; ">
<b>Caricamento del forum</b>
<img src="URLIMAGE" class="resize_img" style="display:inline">
</div>
Example (that you can use)

You can find more images if you go to the following link:

Customize the tutorial
Of course, you can change URLIMMAGE with the image you want...
Technical problems
![]() | The tutorial was tested on this forum and with the browser Google Chrome; If you notice that the tutorial doesn't work for a browser or for a version of forum (PhpBB2, PhpBB3, PunBB, Invision) contact an administrator and we will fill this field with your reporting. Thanks, the staff |
![]() | For every problem or question please, contact us in the section Support for the tutorials, The staff will answer you as soon as it is possible... |
Friendly,
The team of the Forum of Codes.
Last edited by Niko on Sat May 26, 2012 12:48 pm; edited 1 time in total