|
Post by tunescool on Jul 31, 2010 2:00:29 GMT -8
i dont understand how it would fit in with the link
<a><font color="#FFFFFF"><a href="http://celebnook.proboards.com/index.cgi?board=ass&action=display&thread=3473" class="noreclass">Rules * Thread Titles * Proboards Terms Of Service </font></a><br />
|
|
|
Post by Wormopolis on Jul 31, 2010 3:35:35 GMT -8
if you want to color that link differently, the font tag needs to go inside. if you WANT it black.. then nevermind.
|
|
|
Post by tunescool on Jul 31, 2010 3:58:50 GMT -8
alrite i figured it out thanks could you get this code to exclude certain thread ids? <script type="text/javascript"> <!-- // Sticky/Announce Thread Hide // by Wormopolis - www.wormocodes.comfor (tds=document.getElementsByTagName('td'), i=0; i<tds.length; i++) { if (tds .width=="5%"&& tds.className.match(/windowbg/)) { if (tds.getElementsByTagName('img').length && tds.getElementsByTagName('img')[0].src.match(/(sticky|announcement)/i)) { tds.parentNode.style.display='none'; } } }
// --> </script>
|
|
|
Post by tunescool on Jul 31, 2010 22:15:28 GMT -8
this would be nice but not necessary. to have the excluded thread ids link to hidden board ids that i would enter as well. i wanna put all those single actress forums in the middle in one forum to clean up the sites appearance but dont wanna use a sub board in sub board code. i could always just use another code.
|
|
|
Post by Wormopolis on Jul 31, 2010 23:02:31 GMT -8
go ahead and start a new thread for this new request for me. When you have these really long threads with multiple requests in them I lose track of where we are on things. just copypaste your post above into the new post.
and for clarification, you want it to NOT hide sticky threads matching a certain id, but have them take the user to a different board instead?
|
|