05-30-2011, 12:58 AM
Lets create a simple group legend without using any plugin for MyBB.
Step one: Login into your Administration Area of MyBB.
Step two: Go to "Templates & Style".
Step three: Next open "Templates" in the left menu.
Step four: Choose the templates of the theme you use.
Step five: Click on "Index Page Templates" and then on "index_whosonline" template.
Step six: Add the following code at the end:
Step seven: Adjust the code how you need (e.g change the colours and add styles like and others.
Step eight: Save and look at the result.
Result:
![[Image: unbenanntcja.png]](http://img192.imageshack.us/img192/8462/unbenanntcja.png)
From http://www.serialexperience.co.cc
Step one: Login into your Administration Area of MyBB.
Step two: Go to "Templates & Style".
Step three: Next open "Templates" in the left menu.
Step four: Choose the templates of the theme you use.
Step five: Click on "Index Page Templates" and then on "index_whosonline" template.
Step six: Add the following code at the end:
PHP Code:
<tr>
<td class="trow1"><span class="smalltext"><left><span style="color:red"><b>Administrator</b></span> - <span style="color:gold"><b>Super Moderator</b></span> - <font color="lawngreen"><b>Moderators</b></font> - <font color="dodgerblue"><b>Developers</b></font> - <font color="purple"><b>GFX Team</b></font> - <font color="blue">Registered Members</font> - <font color="black"><s>Banned</s></font></span></td>
</tr>
Step seven: Adjust the code how you need (e.g change the colours and add styles like
Step eight: Save and look at the result.
Result:
![[Image: unbenanntcja.png]](http://img192.imageshack.us/img192/8462/unbenanntcja.png)
From http://www.serialexperience.co.cc