Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | Change Color of Stickied Threads (3rd Apr 08 at 6:14pm UTC) | | This will let you change the color of stickied threads to anything that you choose.
<script> /*Change color of Stickied Threads Created By Wrighty Do Not: Rip, Repost or Claim*/
var c = '#FF0000';
var x = '[S]'; var d = get('td','tag'); for(i=0;i<d.length;i++){ if(d[i].innerHTML.match(x) && d[i].className=='window1'){ d[i+1].getElementsByTagName('a')[0].style.color = c; } } </script>
Change the part that is red, to the color that you want them to appear.
Global Footer | |
|