vForums Support > Programming & Coding :: Database of Codes/Hacks/Mods :: > Content Between Last Board & IC

Content Between Last Board & IC - Posted By Michael (wrighty) on 15th Apr 08 at 5:29pm
This is a snippet

<div id='w_ic'>Information to show! =D</div>

<script>
/*Content Between Last Board & IC - Wrighty*/

var a = get('w_ic','id');
var x = get('info_center','id');
x.parentNode.parentNode.insertBefore(a, x.parentNode.previousSibling);
</script>


The part in red is the information that will appear between the last board and the info center. This is useful when adding things like 'useful links' or other such useless stuff.

Main Footer