what2
inherit
-493212
0
Nov 27, 2024 6:22:58 GMT -8
what2
0
January 1970
GUEST
|
Post by what2 on Jun 22, 2005 8:38:52 GMT -8
At the moment the forum jump is in a rather useless position at the bottom of the boards, is there a code to move it too the top.
|
|
inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Jun 22, 2005 9:48:15 GMT -8
Try this in the Global Header <script type="text/javascript"> /* Forum Jump in Header */ var td=document.getElementsByTagName("td"); for(e=0;e<td.length;e++){ for(j=0;j<td.length;j++){ if(td[e].width=="100%" && td[e].vAlign=="top" && td[j].innerHTML.match(/Forum Jump/) && td[j].align=="right" && td[j].innerHTML.match(/Home/)){ var jump='<p align="right">'+td[j].innerHTML+'<\/p>'; td[j].style.display="none"; var nav=td[e].innerHTML.split(/<br>\s/i)[0]; var bo=td[e].innerHTML.split(/<br>\s/i)[1]; td[e].innerHTML=jump+td[e].innerHTML; }}} </script>
|
|
what2
inherit
-493214
0
Nov 27, 2024 6:22:58 GMT -8
what2
0
January 1970
GUEST
|
Post by what2 on Jun 22, 2005 12:00:50 GMT -8
Doesn't work, forum jump doesn't appear in header
|
|
inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Jun 22, 2005 12:32:59 GMT -8
Well for a start it's not in your footer I've tested it against everything in your Headers/Footers (presuming the site is the one in your profile) and it works fine.
|
|
what2
inherit
-493216
0
Nov 27, 2024 6:22:58 GMT -8
what2
0
January 1970
GUEST
|
Post by what2 on Jun 23, 2005 11:58:36 GMT -8
Its not in my footer because it doesn't work
|
|
inherit
Beware the ever changing head
33588
0
Nov 18, 2023 0:32:44 GMT -8
Ross
19,039
November 2004
elindir
|
Post by Ross on Jun 23, 2005 12:02:50 GMT -8
Its not in my footer because it doesn't work Well I tested it wil all your codes and it worked fine....
|
|