Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | Coloured Usernames (8th Mar 08 at 1:17pm UTC) | | <script> /*Colored Names Created By Wrighty*/
function name(user, color){ for(i=0;i<get('a','tag').length;i++){ if(get('a','tag')[i].className.match(/group/) && get('a','tag')[i].href.match(user)){ get('a','tag')[i].style.color = color; } } }
name('admin','#FF0000'); </script>
To add more colored names simply repeat the following line:
name('admin','#FF0000');
the first part is the username, the second is the colour you want the name to appear.
Global Footer
| |
|