Cool Hand Luke
Full Member
PM bug discoverer
Alexander The Great, one of the most famous characters of all times
Posts: 775
inherit
PM bug discoverer
19039
0
Sept 5, 2007 10:12:17 GMT -8
Cool Hand Luke
Alexander The Great, one of the most famous characters of all times
775
January 2004
fantasia
|
Post by Cool Hand Luke on Jun 25, 2005 7:24:59 GMT -8
Some of the codes in the db say to put the codes in the "Board Footers". How are we supposed to do this when there are like 60 boards and sub-boards and we need to chose them 1 by 1. this is unless the global headers are a nice way to say "Board Footers".
Is this true ??
thank you.
|
|
inherit
40568
0
Jan 26, 2011 12:51:27 GMT -8
Jim
1,764
April 2005
acwboard
|
Post by Jim on Jun 25, 2005 7:33:21 GMT -8
Some of the codes in the db say to put the codes in the "Board Footers". How are we supposed to do this when there are like 60 boards and sub-boards and we need to chose them 1 by 1. this is unless the global headers are a nice way to say "Board Footers". Is this true ?? thank you. no, global headers display the actions in the codes u have in them everywhere on ur forum. if it says board footers, then unfortunately yes u'll have to enter them in each boards footer.
|
|
inherit
Proboards Legend
212
0
May 11, 2006 12:32:55 GMT -8
california
21,035
December 1999
california
|
Post by california on Jun 28, 2005 1:17:42 GMT -8
Global Headers/Footers will appear on the main page, yes, but if the code has been written correctly (with a location check), it will only run on the page that it's supposed to run on. By location check, I mean a line in the code that starts like this:
if(location.href.match...
Any code that isn't supposed to be a global code and doesn't have a line like that, should not be used.
|
|