Welcome Guest [Log In] [Register]

Welcome to Big Boards. We hope you like what you see and decide to visit often. Big Boards offers the Zathyus network our long famous Resource Archives, our extensive search indexes, and our info-packed resource forums.

Our team has recently opened a new project called Planet Nexus, where a bold new experiment in forum promotion is taking place. We call it nexworking. NexusTree offers social networking pages for forums in a fully automated format. Your NexusTree page is created instantly when your join the nexus. Find out more by visiting Planet Nexus, and become part of the nexworking revolution.

Posted Image Posted Image
If you're already a member please log in to your account for additional access:

Username:   Password:
Closed Topic
A problem with the skin
Topic Started: Oct 6 2009, 03:16 AM (125 Views)
BlueFire
BB Alpha
[ * ]
Board URL: http://yodesigns.b1.jcink.com
What browser(s) are you using? Firefox
Your Issue/Question: I have mad a new skin for my forum used in this forum . The problem is that its registration button on the registration page isn't working (this page http://yodesigns.b1.jcink.com/index.php?act=Reg&CODE=00 ) . When i remove the script given below then it works fine.

Code:
 
<script type='text/javascript'>
<!--
// 3-part tableborder grad
// Find more great skinners' scripts at http://aasforums.com

d = document.getElementsByTagName('DIV')
for (n = 0; n<d.length; n++) { if (d[n].className == 'tableborder') {
tbcontent = d[n].innerHTML
d[n].innerHTML = tbcontent + '<div class="tbrepeat"><div class="tbleft"><div class="tbright"> </div>'
Edited by BlueFire, Oct 6 2009, 10:48 AM.
Posted Image
Offline
Profile
Goto Top
 
Mike
Member Avatar
Official BB Coda

Is that the full code as you pasted it in the acp, as I don't see a closing script tag.
Posted Image
Cory: "Mwr is right." - HelenaZF: "Mike is right"
^ All will realize soon enough ;)]
Offline
Profile
Goto Top
 
BlueFire
BB Alpha
[ * ]
Yes
Posted Image
Offline
Profile
Goto Top
 
Mike
Member Avatar
Official BB Coda

Try this instead. Haven't tested yet as I'm at a college computer right now lol. But it fixes the script logically, just not necessarily by function:
Code:
 
<script type="text/javascript">
<!--
// 3-part tableborder grad
// Find more great skinners' scripts at http://aasforums.com

var d=document.getElementsByTagName('DIV');
for(n=0;n<d.length;n++){
if(d[n].className=='tableborder'){
tbcontent=d[n].innerHTML;
d[n].innerHTML=tbcontent+'<div class="tbrepeat"><div class="tbleft"><div class="tbright"></div></div></div>';}}
-->
</script>
Posted Image
Cory: "Mwr is right." - HelenaZF: "Mike is right"
^ All will realize soon enough ;)]
Offline
Profile
Goto Top
 
BlueFire
BB Alpha
[ * ]
Sorry that's not working. :(
Posted Image
Offline
Profile
Goto Top
 
Cory
Member Avatar
Technical Adviser

Have you managed to resolve this issue?
Offline
Profile
Goto Top
 
BlueFire
BB Alpha
[ * ]
No not yet.
Posted Image
Offline
Profile
Goto Top
 
Cory
Member Avatar
Technical Adviser

Try this code instead.
Offline
Profile
Goto Top
 
BlueFire
BB Alpha
[ * ]
Thanks it worked.
Posted Image
Offline
Profile
Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · InvisionFree Support Archive · Next Topic »
Closed Topic