Faint Brushfire
Junior Member
Posts: 18
Joined: Nov 2008
Reputation: 0
|
Usergroup Legend
Hey, I recently decided to add a Usergroup Legend to my site, so I did a little template edit.
Anyway, firstly, go into your Admin Control Panel and go to:
ACP > Templates & Styles > Templates > yourtheme Template > Index Page Templates > index_whosonline
Underneath everything, add:
Code:
<td colspan="2" class="tcat"><span class="smalltext"><strong>Usergroup Legend: </strong></span></td>
</tr>
<td width="20px" class="trow1"><img src="images/blackbb/online.gif" alt="home image" title="Usergroup Legend"></td>
<td class="trow1" valign="top" align="left"><span class="smalltext">
PLACE YOUR GROUPS HERE!
</td>
</tr>
Example of this in action (code):
Code:
<td colspan="2" class="tcat"><span class="smalltext"><strong>Usergroup Legend: </strong></span></td>
</tr>
<td width="20px" class="trow1"><img src="images/blackbb/online.gif" alt="home image" title="Usergroup Legend"></td>
<td class="trow1" valign="top" align="left"><span class="smalltext">
<span style="color: #9f0202;"><strong>Root Administrator</strong></span> |
<span style="color: #edda74;"><strong>Administrators</strong></span> |
<span style="color: #4CC417;"><strong>Co-Administrators</strong></span> |
<span style="color: #dcb107;"><strong>Global Moderators</strong></span> |
<span style="color: #c4c0c0;"><strong>Feature Moderators</strong></span> |
<span style="color: #4e4efd;"><strong>Moderators</strong></span> |
<span style="color: #00ffff;">Writers</span> |
<span style="color: #ee9a4d;">SAW Graphics Team</span> |
<span style="color: #eff12c;">Donators</span> |
<span style="color: #f10de4;">Expert Members</span> |
Members |
<em>Validating</em> |
<s>Banned</s> |
<span style="color: #FFFFFF;"><s>Permanently Banned</s></span>
</span></td>
</tr>
This will create:
Thanks, and I hope you enjoyed my first MyBB Tutorial. ^^;;
-Faint Brushfire.
|
|
| 01-20-2009 01:27 AM |
|
Nickman
Manager
Posts: 1,018
Joined: May 2008
Reputation: 24
|
RE: Usergroup Legend
Very good tutorial. Now if it was a little more automated, I would totally use it. Maybe that's something for me to do :P
Tutorials | Mods | Contest
|
|
| 01-20-2009 01:34 AM |
|
Indigo_Red
Junior Member
Posts: 20
Joined: Dec 2008
Reputation: 0
|
RE: Usergroup Legend
i added that and it ruined my layout
|
|
| 01-20-2009 01:41 AM |
|
Faint Brushfire
Junior Member
Posts: 18
Joined: Nov 2008
Reputation: 0
|
RE: Usergroup Legend
(01-20-2009 01:34 AM)Nickman Wrote: Very good tutorial. Now if it was a little more automated, I would totally use it. Maybe that's something for me to do :P
Automated how?
Perhaps it is something for you to do, ;)
(01-20-2009 01:41 AM)Indigo_Red Wrote: i added that and it ruined my layout
What theme are you using and what version of MyBB are you running?
|
|
| 01-20-2009 02:40 AM |
|
ptm
Junior Member
Posts: 5
Joined: Dec 2008
Reputation: 0
|
RE: Usergroup Legend
Thanks for this tutorial!
|
|
| 01-21-2009 08:00 PM |
|
Faint Brushfire
Junior Member
Posts: 18
Joined: Nov 2008
Reputation: 0
|
RE: Usergroup Legend
No problems. Glad you liked it.
|
|
| 01-23-2009 03:18 PM |
|