inherit
70565
0
Sept 26, 2018 5:22:43 GMT -8
Marc
4,107
January 2006
cr0w
|
Post by Marc on Aug 16, 2006 19:55:08 GMT -8
This code lets you choose an icon for moved threads, instead of the locked thread icon. Default Icon: <script type="text/javascript"> <!-- //Moved Thread Icon by Cr0w //Do not repost var MoveImg="http://img73.imageshack.us/img73/4863/movedjh2.gif" //Moved Thread Icon URL var td=document.getElementsByTagName('td'); for(t=0;t<td.length;t++){ if(td[t].innerHTML.match(/Moved:/) && td[t].className.match(/windowbg/) && location.href.match(/board=/) && td[t].width=="48%"){ td[t-2].innerHTML='<center><img src="'+MoveImg+'"></center>'; } } //--> </script> Global Footer.
|
|