inherit
28741
0
Jul 8, 2005 15:48:58 GMT -8
Delight1234
71
August 2004
delight1234
|
Post by Delight1234 on Jun 20, 2005 3:01:56 GMT -8
I used to have a code on V3 so all my mods had different coloured names and now i can only do them then one colour, can anyone tell me the code, so that i can have each mod a different colour, please?
|
|
inherit
27353
0
Nov 30, 2013 13:08:47 GMT -8
xiØn
6 years is a long time.
16,973
July 2004
xi0n
|
Post by xiØn on Jun 20, 2005 6:22:18 GMT -8
Leave the color spot blank in the Modify Groups page and use this :
Global Footer:
<script language=javascript> <!-- function colorName(name,color) { for (cn=0;cn<document.links.length;cn++) if (document.links[cn].href.indexOf('action=viewprofile&user='+name) != -1) document.links[cn].style.color=color; }
colorName('user','color'); colorName('user','color'); // --> </script>
Repeat this line to add more :
colorName('user','color');
Remember to use the registered name and that it is all lowercase.
|
|