|
Post by Smangii on Jun 3, 2006 22:53:51 GMT -5
Woot.. have been working on this and I jumped for joy when it worked in my test board What: makes the locked threads a diff. color and size Placement: Global Footer CrossBrowser: Yes Editable: Only parts in black Preview: -link- <script type="text/javascript"> <!-- /* Locked Thread Mod Created by Smangii, smangii.proboards78.com Do not repost without my permission */
var LK=document.getElementsByTagName('td'); for(t=0;t<LK.length;t++){ if(LK[t].className=='windowbg' && LK[t-2].innerHTML.match(/locked.gif/)){ var sman=LK[t].getElementsByTagName('a')[0]; sman.className="windowbg"; sman.style.height="10"; sman.colSpan="5"; sman.innerHTML=sman.innerHTML.replace(sman.innerHTML,"<font color='666666'>"+sman.innerHTML+"</font>"); }} //--> </script> Editing: (locked.gif)... If you are using the defualt proboards locked icon, then leave this alone. If you have custmized your images to a new icon, use the LAST part of the url as shown: http:/i63.photobucket.com/albums/h131/test/ lockedtopic.gif
You would put in this space; lockedtopic.gif(666666)... this edits the color of the locked threads. This color is a medium gray, you can edit this to any color hex you want. Enjoy! ;D
|
|