|
Post by Wormopolis on Dec 11, 2009 8:05:12 GMT -8
<center><div style="width:802" > <table width="300px" cellpadding="4" cellspacing="1" align="left" class="bordercolor" id="specialTable" style="display:none;"> <tr> <td width="100%" class="windowbg2" vAlign="top" align="center"> <font size=1><b> <a href="http://celebnook.proboards.com/index.cgi?board=celebsam&action=display&thread=1556">Rules * Thread Titles * Proboards Terms Of Service</a><br /> <font size=1><a href="http://celebnook.proboards.com/index.cgi?board=celebsam&action=display&thread=2403">A Thru E Archives</a><br /></b></font> </td> </tr> </table> </div></center> <br> <script type="text/javascript"> if (location.href.match(/action=display/)) document.getElementById('specialTable').style.display=''; </script>
|
|
|
Post by Wormopolis on Dec 11, 2009 8:25:01 GMT -8
1. "writing a code to hide all stickied threads wouldnt be hard however". id like this, i assumed you were doing it. it would have to include announcements <script type="text/javascript"> <!-- // Sticky/Announce Thread Hide // by Wormopolis - www.wormocodes.com
for (tds=document.getElementsByTagName('td'), i=0; i<tds.length; i++) { if (tds[i].width=="5%"&& tds[i].className.match(/windowbg/)) { if (tds[i].getElementsByTagName('img').length && tds[i].getElementsByTagName('img')[0].src.match(/(sticky|announcement)/i)) { tds[i].parentNode.style.display='none'; } } }
// --> </script>
|
|
|
Post by tunescool on Dec 11, 2009 14:06:37 GMT -8
alrite ive been gone all day, im getting all my teeth pulled out, im getting dentures. i tried the table you just posted and i still got the last problem, the shifted thread page. im not gonna try the sticky code till the table works. i still dont understand the stuff you were saying i had wrong, but ill look again, i just got home, im anxious to do everything else online
|
|
|
Post by Wormopolis on Dec 11, 2009 15:57:10 GMT -8
dear lord man! wtf happened to your teeth?
do you see the little table above this thread? is it shifted for you?
|
|
|
Post by tunescool on Dec 11, 2009 16:38:07 GMT -8
it is the same yea, i have a responsibility problem, i never cared, whatever, im lazy, i have that type of personality, which is absurd and deliquent, i dont have anything like a girlfriend to hold me down. its obviously stupid, you understand
|
|
|
Post by Wormopolis on Dec 11, 2009 19:49:53 GMT -8
well I guess one good thing about having dentures.. if something gets stuck in your teeth you could just take them out and get at it easier...
what board do you have the table in on your site? Its offset from the edge of my board up there because my boards arent 800 in width like yours, but I want to see WTF is causing it to jump your threads over. Im thinking there might be an errant tag above this that is trying to group them together in the same cell.
|
|
|
Post by tunescool on Dec 11, 2009 20:26:50 GMT -8
|
|
|
Post by Wormopolis on Dec 11, 2009 22:41:29 GMT -8
go ahead and put the table in, but dont put inthe script that unhides it. I can unhide it with my developer tool. then I can play around with the HTML around it to see why its being shoved to the side.
|
|
|
Post by Wormopolis on Dec 11, 2009 22:42:17 GMT -8
that posting activity code I wrote seems fairly accurate. You are steadily moving into the green.
|
|
|
Post by tunescool on Dec 11, 2009 23:03:06 GMT -8
i have it in, it looks freaking dumb, nobody joins anyway, but it looks dumb, and 100s are seeing that
|
|
|
Post by Wormopolis on Dec 12, 2009 2:56:50 GMT -8
this is what I see when I reveal the table... is that not what you wanted? you said you wanted it aligned with the left edge correct?
|
|
|
Post by tunescool on Dec 12, 2009 3:35:36 GMT -8
yea the table isnt there for me, maybe its a mac issue, i see it workd for microsoft, but not mac
|
|
|
Post by Wormopolis on Dec 12, 2009 6:48:11 GMT -8
well the table shouldnt appear for you unless you put that little script tag at the end of it. I can look at elements on the page without running JS.
put that little script back in so the table appears and see if its aligned properly.
|
|
|
Post by tunescool on Dec 12, 2009 11:24:56 GMT -8
i need it pointed out to me what i should put in
|
|
|
Post by Wormopolis on Dec 12, 2009 12:42:05 GMT -8
<center><div style="width:802" > <table width="300px" cellpadding="4" cellspacing="1" align="left" class="bordercolor" id="specialTable" style="display:none;"> <tr> <td width="100%" class="windowbg2" vAlign="top" align="center"> <font size=1><b> <a href="http://celebnook.proboards.com/index.cgi?board=celebsam&action=display&thread=1556">Rules * Thread Titles * Proboards Terms Of Service</a><br /> <font size=1><a href="http://celebnook.proboards.com/index.cgi?board=celebsam&action=display&thread=2403">A Thru E Archives</a><br /></b></font> </td> </tr> </table> </div></center> <br> <script type="text/javascript"> if (location.href.match(/action=display/)) document.getElementById('specialTable').style.display=''; </script>
|
|