Marc vChat Developer
I <3 Rossy
Posts: 3,388 Status: Offline Gender: Male Location: Ontario, Canada Age: 32 Joined:
Additional Groups: Coding Team
pmwww | Move/Copy Info Center Above Boards (10th Dec 07 at 4:17am UTC) | | Description: This code moves your info center above your boards, and gives the option to show/hide the info center at the bottom.
Part One of Two:
Main Page Header
Code: - <script type="text/javascript">
- <!--
- // Move/Copy Info Center Above Boards
- // Coded by Cr0w, December 2007
- // Main Page Header
-
- var tdWidth = '92%' //Change to match your forum
-
- // Do not edit below
- document.write('<div id="info_center_here" style="width: '+tdWidth+';text-align: center;margin: 0 auto"></div><br /><br />');
- //-->
- </script>
Part Two of Two:
Main Page Footer
Code: - <script type="text/javascript">
- <!--
- // Move/Copy Info Center Above Boards
- // Coded by Cr0w, December 2007
- // Main Page Footer
-
- var hideOld = 1; //0 = keep info center at bottom, 1 = hide bottom info center
-
- // Do not edit below
- var ic=document.getElementById("info_center");
- var nic = ic.cloneNode(true)
- document.getElementById("info_center_here").appendChild(nic);
- if(hideOld==1){
- ic.style.display = "none";
- }
- //-->
- </script>
| |
rroll.to— Shorten a link, rickroll your friends. |
|