Welcome Guest [Log In] [Register]
We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
member legend
Topic Started: Jul 12 2009, 04:38 PM (560 Views)
ohmytokyo
Member
 *  
all right, so i found a member legend i'd really like to use, but i forgot how to find the user keys
(the numbers in red) for the member legend to work. can anyone help me? D:

Code:
 
<script>
// Hover Member Legend (By Mwr247)

// Add Groups (Title, Color, Group_Number)
var n=0;
var addgroup=[];
addgroup[n++]=[‘administrator’,' 740e10','[color=#ee4a2d]1[/color]'];
addgroup[n++]=[‘altar boy’,'2a4b69','[color=#ee4a2d]2[/color]'];
addgroup[n++]=[‘authorities’,'404a5c','[color=#ee4a2d]2[/color]'];
addgroup[n++]=['tourist',' 511b77','[color=#ee4a2d]3[/color]'];
addgroup[n++]=['criminal',' af6b1b','[color=#ee4a2d]3[/color]'];
addgroup[n++]=['civilian','155d25','[color=#ee4a2d]4[/color]'];
addgroup[n++]=['nameless','666666','[color=#ee4a2d]4[/color]'];
</script>

oops, coded it wrong. : / the numbers in red:

<script>// Hover Member Legend (By Mwr247)

// Add Groups (Title, Color, Group_Number)

var n=0;
var addgroup=[];

addgroup[n++]=[‘administrator’,' 740e10','1'];
addgroup[n++]=[‘altar boy’,'2a4b69','2'];
addgroup[n++]=[‘authorities’,'404a5c','2'];
addgroup[n++]=['tourist',' 511b77','3'];
addgroup[n++]=['criminal',' af6b1b','3'];
addgroup[n++]=['civilian','155d25','4'];
addgroup[n++]=['nameless','666666','4'];</script>
Edited by ohmytokyo, Jul 12 2009, 04:40 PM.
Offline Profile Quote Post Goto Top
 
Roby
Member Avatar
#27

If you log into your Admin CP and click the Manage User Groups link in the sidebar under the category Users and Groups, you will see a list of all of the user groups you have created. Hover over each group title and the number you'll want from each link is the number after filter=.

If you need any further help, don't hesitate to ask :)
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · zIFBoards - Skinning & Code Support · Next Topic »
Add Reply