|
Post by tunescool on Jan 13, 2010 8:28:18 GMT -8
i cant find one anywhere
|
|
|
Post by Wormopolis on Jan 14, 2010 6:49:27 GMT -8
<script type="text/javascript"> <!-- // delete total topics/posts
var test=document.getElementsByTagName("td"); for (i=0; i<test.length;i++) { if (test.innerHTML.match("Info Center")&& !test.innerHTML.match(/TABLE/i) && test.colSpan==2) { chkrw=test.parentNode.nextSibling.nextSibling; chkcl=chkrw.firstChild.nextSibling; chkcl.firstchild.nodeValue=''; chkcl.firstChild.nextSibling.style.display="none"; } } //--> </script>
|
|
|
Post by tunescool on Jan 14, 2010 7:21:08 GMT -8
is that something i should replace or just a new code, i put in my main footers it didnt work
|
|
|
Post by Wormopolis on Jan 15, 2010 5:26:26 GMT -8
it needs to be up high in your main footer. you have so much remodling done that its getting harder to add in new codes because nothing is recognizable. oddly.. you site is about celebrities and your site seems to undergo cosmetic surgery about as often as the people you have in it.
|
|
|
Post by tunescool on Jan 15, 2010 5:45:27 GMT -8
i have it at the top it still doesnt work
|
|
|
Post by Wormopolis on Jan 15, 2010 6:37:53 GMT -8
<script type="text/javascript"> <!-- // delete total topics/posts
var test=document.getElementsByTagName("td"); for (i=0; i<test.length;i++) { if (test.innerHTML.match("Info Center")&& !test.innerHTML.match(/TABLE/i) && test.colSpan==2) { chkrw=test.parentNode.nextSibling.nextSibling; chkcl=chkrw.firstChild.nextSibling.getElementsByTagName('font')[0]; chkcl.firstchild.nodeValue=''; chkcl.firstChild.nextSibling.style.display="none"; } } //--> </script>
|
|
|
Post by tunescool on Jan 15, 2010 7:14:44 GMT -8
it still doesnt work
|
|
|
Post by Wormopolis on Jan 15, 2010 16:18:53 GMT -8
chkrw=test.parentNode.nextSibling.nextSibling;
change to
chkrw=test.parentNode.nextSibling;
|
|
|
Post by tunescool on Jan 15, 2010 17:13:05 GMT -8
stilll there
|
|
|
Post by Wormopolis on Jan 15, 2010 20:22:38 GMT -8
it should be the previous one..
<script type="text/javascript"> <!-- // delete total topics/posts
var test=document.getElementsByTagName("td"); for (i=0; i<test.length;i++) { if (test.innerHTML.match("Info Center")&& !test.innerHTML.match(/TABLE/i) && test.colSpan==2) { chkrw=test.parentNode.nextSibling.nextSibling; chkcl=chkrw.firstChild.nextSibling.getElementsByTagName('font')[0]; chkcl.firstChild.nodeValue=''; chkcl.firstChild.nextSibling.style.display="none"; } } //--> </script>
it is pointing to all the right cells. if it doesnt work, I cant do it.
|
|
|
Post by tunescool on Jan 15, 2010 20:58:32 GMT -8
that worked, thanks dude
|
|