what2
inherit
-666744
0
Nov 27, 2024 6:44:01 GMT -8
what2
0
January 1970
GUEST
|
Post by what2 on Jun 23, 2005 16:03:43 GMT -8
All the codes I have put in my global footer have stopped working.
Why?
Click my homepage button.
|
|
inherit
40568
0
Jan 26, 2011 12:51:27 GMT -8
Jim
1,764
April 2005
acwboard
|
Post by Jim on Jun 23, 2005 16:13:43 GMT -8
All the codes I have put in my global footer have stopped working. Why? Click my homepage button. no one can really answer that because we don't know what codes u used. it's quite possible that either the code is no longer needed, or u edited them wrong. the best thing to do is get support from wherever u got the codes.
|
|
inherit
Lead Server Distroyer
37914
0
Jan 4, 2012 18:31:28 GMT -8
Corrupt
HERE IN PROTOCOLS, NOT IN BINDINGS
6,449
February 2005
pwvc
|
Post by Corrupt on Jun 23, 2005 17:32:31 GMT -8
rightbutton click and view source and you can see all the codes
|
|
inherit
40568
0
Jan 26, 2011 12:51:27 GMT -8
Jim
1,764
April 2005
acwboard
|
Post by Jim on Jun 23, 2005 17:55:41 GMT -8
well, after looking at the source on ur board, i've noticed that a lot of ur codes are bunched together and there are some capital letters in there that i don't believe should be capital(e.g. <A href=, and <IMG src=). now i'm not sure if thats just the way the codes are displayed in the source or not and i am no master with coding, but if this is the way that ur codes are displayed in ur headers/footers, i suggest that u put a space between each code so that the browser is able to recognize each code as a seperate code.
EDIT: from the error messages that pop when people first visit ur board, the one that pops up the most is "Unterminated string is constant", meaning u do need to seperate each code with a space. u also need to delete ur chatroom because an error comes up saying that "chatroom is undefined".
|
|
inherit
38464
0
Jun 8, 2007 12:03:04 GMT -8
[HkK Rly]
1,742
March 2005
maddenking2
|
Post by [HkK Rly] on Jun 23, 2005 18:00:41 GMT -8
well, after looking at the source on ur board, i've noticed that a lot of ur codes are bunched together and there are some capital letters in there that i don't believe should be capital(e.g. <A href=, and <IMG src=). now i'm not sure if thats just the way the codes are displayed in the source or not and i am no master with coding, but if this is the way that ur codes are displayed in ur headers/footers, i suggest that u put a space between each code so that the browser is able to recognize each code as a seperate code. HTML codes aren't case-sensitive, but if you have anything in javascript that is like that then make it the correct case(if you know which is the correct case)
|
|
inherit
40568
0
Jan 26, 2011 12:51:27 GMT -8
Jim
1,764
April 2005
acwboard
|
Post by Jim on Jun 23, 2005 18:06:11 GMT -8
well, after looking at the source on ur board, i've noticed that a lot of ur codes are bunched together and there are some capital letters in there that i don't believe should be capital(e.g. <A href=, and <IMG src=). now i'm not sure if thats just the way the codes are displayed in the source or not and i am no master with coding, but if this is the way that ur codes are displayed in ur headers/footers, i suggest that u put a space between each code so that the browser is able to recognize each code as a seperate code. HTML codes aren't case-sensitive, but if you have anything in javascript that is like that then make it the correct case(if you know which is the correct case) the codes i'm talking about in his source are javascript.
|
|
inherit
38464
0
Jun 8, 2007 12:03:04 GMT -8
[HkK Rly]
1,742
March 2005
maddenking2
|
Post by [HkK Rly] on Jun 23, 2005 18:15:20 GMT -8
HTML codes aren't case-sensitive, but if you have anything in javascript that is like that then make it the correct case(if you know which is the correct case) the codes i'm talking about in his source are javascript. Oh. Well then if it is, then you should fix them. I'm really talking about like variables and tag names and stuff such as var Blahblah="blah" wont show up in document.write('blahblah') because it needs to be the correct case like document.write('Blahblah') and things like var TaBlE=document.getElementsByTagName('table') for(x=0;x<TaBlE.length;x++){ not for(x=0;x<table.length;x++){
|
|
inherit
40568
0
Jan 26, 2011 12:51:27 GMT -8
Jim
1,764
April 2005
acwboard
|
Post by Jim on Jun 23, 2005 18:53:03 GMT -8
The Legendary RB: i was able to edit most of the javascript tags that had the inappropriate capital letters, but ur gonna need to edit ur headers and footers urself and put a space between each code so that the script can recognize each code as a seperate one and not one long continuous one. i would have taken a crack at it, but because u have all the codes u added bunched together with no spaces, its hard to tell which codes need to be there because they are part of the proboards coding, and which are the codes u added and i don't want to screw anything up on ur board. so do that and hopefully things should work again.
|
|