Welcome Guest [Log In] [Register]
This board has been archived and is no longer accepting new questions. If you have a support question for your ZetaBoard, please visit us at the new support board. Registration is free and easy.


Visit the NEW ZetaBoards Support forum!

Username:   Password:
Add Reply
User/Group colours .. need help with code
Topic Started: Apr 11 2008, 02:01 PM (284 Views)
lord azmodan
Member
[ * ]
ok ... this is the code i have so far ...

Quote:
 


<script name="C.M.G.N." type="text/javascript" src="http://z3.ifrm.com/1/22/0/p131/zetacolors.ibf"></script>
<script type="text/javascript">

// Add Names

colorname('Lord Azmodan','yellow');

// Default Name Color
defaultname('#728892');

// Add Groups
colorgroup('Head Diplomat','yellow');

</script>



now my name does change to yellow ... and the default names works aswell ... the only thing that does not work is the group name does not turn yellow ...

but when i do this ... all is well
Quote:
 

<script name="C.M.G.N." type="text/javascript" src="http://z3.ifrm.com/1/22/0/p131/zetacolors.ibf"></script>
<script type="text/javascript">

// Add Names
colorname('General Severon','red');
colorname('Lord Azmodan','yellow');
colorname('Head Diplomat','yellow');
// Default Name Color
defaultname('#728892');

</script>
Edited by lord azmodan, Apr 11 2008, 02:04 PM.
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Coding & Modifications · Next Topic »
Add Reply