NiftyHost Forums (Archive)
[MyBB] Simple Group Legend v2 - Printable Version

+- NiftyHost Forums (Archive) (https://niftyhost.chary.us/support)
+-- Forum: Technology (https://niftyhost.chary.us/support/forum-7.html)
+--- Forum: Tutorials (https://niftyhost.chary.us/support/forum-10.html)
+--- Thread: [MyBB] Simple Group Legend v2 (/thread-1181.html)



[MyBB] Simple Group Legend v2 - Serial Thrilla - 05-30-2011

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:

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 and others.
Step eight: Save and look at the result.


Result:
[Image: unbenanntcja.png]
From http://www.serialexperience.co.cc


RE: [MyBB] How to create a simple group legend - lxw2005 - 06-11-2011

thank you for share


RE: [MyBB] How to create a simple group legend - Serial Thrilla - 01-18-2012

I will post a update soon!


RE: [MyBB] How to create a simple group legend v2 - Serial Thrilla - 01-21-2012

Sorry for double post.

I added the second version to the post, it fits more for today standards.