Code Name: Member Legend
Description: Shows which member group has what color. It's a really simple code, but also my first one, so bear with me.
Where it goes (code): Admin CP -> Manage Styles -> Headers/Footers -> Footers
Preview<left>
Member Legend
</left>
<br>
<left>
<font color="Insert_Color_Here">[ Insert_Group_Name_Here ]</font>
<font color="Insert_Color_Here">[ Insert_Group_Name_Here ]</font>
<font color="Insert_Color_Here">[ Insert_Group_Name_Here ]</font>
<font color="Insert_Color_Here">[ Insert_Group_Name_Here ]</font>
<font color="Insert_Color_Here">[ Insert_Group_Name_Here ]</font>
</left>
Here's what you have to edit.
Change the part that's in red to the name or number of the color. Names of colors are red, blue, green etc. Numbers of colors are #FFFFFF, #E5E3C1 etc.Change the part that's in green to the name of the Member Group, such as Member, Veteran and Newbie.To add more groups to the legend, simple insert another
<font color="Insert_Color_Here">[ Insert_Group_Name_Here ]</font>
Below or above the other one, depending on where you want the name to appear. You can insert as many groups as you want, as long as you don't run out of board wrapper space.
Also, if you would like your member legend to be on the right side of your forum, simply use <right></right> tags instead of <left></left> tags. If you want the legend to be at the center of your forum, use <center></center> tags.
If you want Names to be bolded, simply wrap it in <b></b> tags. Italicized names go in <i></i> tags. Underlined names go in <u></u> tags and lined through names go in <s></s> tags.
Also, if someone made a code very similar to this one, then I apologize and this thing may be locked or even removed.
Also, all criticism is appreciated.