Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Group Legend

Adding groups on index page


This tutorial explains how to add your groups on your index page!

First, go to your Admin CP (ACP), Manage Groups. Go into the groups you\'d like to have on your index page, and save the {username} style to a text document. (It is needed)

Next, go to your Templates > *YOUR TEMPLATE SET* > Index > index_whosonline.

Find:

Code:
<td class=\"trow1\" colspan=\"\"><span class=\"smalltext\">{$lang->online_note}<br /></span>{$onlinemembers}</td>
</tr>


And below it add:

Code:
<td class=\"tcat\" colspan=\"\"><center>[<font color=\"green\"><b><i>Admins</i></b></font>] [<font color=\"#FF6600\"><b>Super Moderators</b></font>] [<font color=\"purple\"><b>Moderators</b></font>] [<font color=\"#000000\">Registered</font>] [<font color=\"#3333FF\">Awaiting Activation</font>]</center> </td>


Now, you can change the group names and color by editing the code above. Here is where your group colors in your text document come in!

Once you are finished editing the groups and colors, you can click Update!