|
Post by Tommy Huynh on Nov 15, 2005 11:40:37 GMT -5
<script language="javascript"> <!-- /*Omit Loading in Certain Boards Created by Tommy Huynh Allowed to redistribute as long as this header remains intact. swg.proboards4.com */
var check = false; function dontloadCode(boardID) { if (location.href.indexOf("board="+ boardID) != -1) { check = true; } }
dontloadCode('x'); dontloadCode('x');
if (check == false) { CODE GOES HERE } //--> </script>Okay, this code goes in your footers. The red x is where you enter in your board's ID, and repeat it to add more boards so it'll look like: dontloadCode('x'); dontloadCode('x'); dontloadCode('x'); dontloadCode('x');The bold, "CODE GOES HERE," you would place in the code you want to be loaded except on the select boards that you have chosen. Goes in global footers.
|
|