Skip to content

Er..

1234 Views 12 Replies

0 Members and 3 Guests are viewing this topic.

Er..
on:
#1
Well I added a code to my forums and it I guess nulled it or something because now it's non view able :x.


My forums are: Legitscape666.createaforums.com


Would be nice if someone could help me on this.
Re: Er..
Reply #2 on:
#3

Footers:
Code: [Select]
<script language="javascript">//Modified By DzinestaRif (document.all){drop = new Array(); xx = new Array(); yy = new Array(); mv = new Array()ly = "document.all[\'"; st = "\'].style"for(make = 0; make < drops; make++){document.write('<div id="drop'+make+'" class=drop>'+sym+'<>');drop[make] = eval(ly+'drop'+make+st);maxx = document.body.clientWidth-40maxy = document.body.clientHeight-40xx[make] = Math.random()*maxx;yy[make] = -100-Math.random()*maxy;drop[make].left = xx[make]drop[make].top = yy[make]mv[make] = (Math.random()*5)+speed/4;drop[make].fontSize = (Math.random()*10)+20;if(snow){col = 'white'}else{col = 'blue'}drop[make].color = col;}window.onload=moverain}</script>
[/size]I think I know why now tho.. I facepalmed hard when I realized it.
Re: Er..
Reply #3 on:
#4
In your headers:
1) You didn't close the first <style> tag
2) You wrote
Code: [Select]
<script language="javascript"> instead of
Code: [Select]
<script type="text/javascript">3) You loaded jquery twice, they're probably conflicting because they're different versions
Since the coloring is lost after the headers when I look at your forum's source code, I suspect it's because of the headers. I also noticed a couple stuff wrong in the footers as well but the root of the problem is in the headers.

Back up your headers and footers in a notepad and save it first:
http://www.createaforum.com/styles/legitscape666/header.txt
http://www.createaforum.com/styles/legitscape666/footer.txt

Next, clear your headers and footers:
http://legitscape666.createaforum.com/index.php?action=admin;area=style;sa=clearheader
http://legitscape666.createaforum.com/index.php?action=admin;area=style;sa=clearfooter
All codes I make are tested on the latest version of Google Chrome and upon request of other browsers.
Re: Er..
Reply #7 on:
#8
I'll leave a note for CAF to clear them for you. Save the .txt file somewhere (editing it so it's correct and not malformed of course).
Please do not PM for support. General Support FAQ | Guides Index | Code Index
Re: Er..
Reply #8 on:
#9
Disable Javascript in your web browser, log into your forum, go to the link again.
All codes I make are tested on the latest version of Google Chrome and upon request of other browsers.