victory1
Full Member
Posts: 102
victory1 said 0 great things
|
Post by victory1 on Sept 9, 2010 19:42:11 GMT -8
Could you take a look and see if you can resolve this for me? Craig in Support tried to help me with this but we got no joy. Here's the thread here so you can see his suggestions: support.proboards.com/index.cgi?action=display&board=support&thread=367206&page=1#4151996SubDevo is taking time to himself to resolve personal issues and will not be available any time soon says his board. So I could not go to the source. The code is still on my site and the link is on my signature. Thanks
|
|
|
Post by Wormopolis on Sept 11, 2010 1:50:14 GMT -8
Does it work if you remove the navigation mod code by iAlex? they seem to both affect the same thing and subs code wont be able to run if the iAlex code has already moved the navigation to its own box.
|
|
victory1
Full Member
Posts: 102
victory1 said 0 great things
|
Post by victory1 on Sept 11, 2010 12:25:32 GMT -8
No, it does not work when I take the other navigation code out. I just put back the one by Alex because it would not work. That was one of the thing that Craig had me to. I just removed it again to be sure and no it still does not work.
|
|
|
Post by Wormopolis on Sept 12, 2010 1:08:53 GMT -8
I THINK I found it... it seems it looks for "Hey X" in the welcome table, but you moved it. Im trying to sort through it now.
|
|
|
Post by Wormopolis on Sept 12, 2010 1:44:12 GMT -8
looks like it conflicts with clickable banner code. I will see if I can rewrite it to be less destructive
|
|
|
Post by Wormopolis on Sept 12, 2010 2:11:08 GMT -8
try this
<script type='text/javascript'> <!-- /* Clickable banner created by CrAzY_J Open Source*/ // Mod by Wormo
var spot= document.body.getElementsByTagName('font')[0]; var logo = spot.firstChild; var linker= document.createElement('a'); linker.href = this.location.href.split('.com')[0]+'.com'; logo.border = 0; spot.appendChild( linker); linker.appendChild( logo); //--> </script>
|
|
victory1
Full Member
Posts: 102
victory1 said 0 great things
|
Post by victory1 on Sept 12, 2010 6:25:24 GMT -8
looks like it conflicts with clickable banner code. I will see if I can rewrite it to be less destructive That's exactly what it was because once I replaced it with your code it worked! Thank you so much.
|
|
|
Post by Wormopolis on Sept 12, 2010 14:22:18 GMT -8
yer welcome!
|
|