MyBB Community Forums

Full Version: Way to get a usergroup legend?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Don't see any proper plug-ins that work for 1.8. Is there any code I can input to get this manually? Just want a usergroup legend displaying colors of staff and various ranks.

Thanks a bunch.
Yes you can do it Smile
Check this tutorial, it does exactly what you want.
http://community.mybb.com/post-894009.html

Edit: this is a plugin as well for 1.8 MyBB
http://community.mybb.com/mods.php?action=view&pid=10

Regards
WallBB Design
(2016-07-30, 07:03 AM)WallBB Wrote: [ -> ]Yes you can do it Smile
Check this tutorial, it does exactly what you want.
http://community.mybb.com/post-894009.html

Edit: this is a plugin as well for 1.8 MyBB
http://community.mybb.com/mods.php?action=view&pid=10

Regards
WallBB Design

The groups appear as a clump rather than in a neat line. Any idea what I did wrong?
(2016-07-30, 07:20 PM)royalty Wrote: [ -> ]
(2016-07-30, 07:03 AM)WallBB Wrote: [ -> ]Yes you can do it Smile
Check this tutorial, it does exactly what you want.
http://community.mybb.com/post-894009.html

Edit: this is a plugin as well for 1.8 MyBB
http://community.mybb.com/mods.php?action=view&pid=10

Regards
WallBB Design

The groups appear as a clump rather than in a neat line. Any idea what I did wrong?

Most probably issue with your index_stats template.
Can you share it ?
(2016-07-30, 07:32 PM)WallBB Wrote: [ -> ]
(2016-07-30, 07:20 PM)royalty Wrote: [ -> ]
(2016-07-30, 07:03 AM)WallBB Wrote: [ -> ]Yes you can do it Smile
Check this tutorial, it does exactly what you want.
http://community.mybb.com/post-894009.html

Edit: this is a plugin as well for 1.8 MyBB
http://community.mybb.com/mods.php?action=view&pid=10

Regards
WallBB Design

The groups appear as a clump rather than in a neat line. Any idea what I did wrong?

Most probably issue with your index_stats template.
Can you share it ?

Added just below who's online.

{$whosonline}

<tr>
<td class="tcat"><span class="smalltext"><strong>Usergroup Legend</strong></span></td>
</tr>
<tr>
<td class="trow1"><span class="smalltext"><span style="color: red;"><strong><em>Administrators</em></strong></span>, <span style="color: #00802b;"><strong>Super Moderators</strong></span> <span style="color: #CC00CC;"><strong>Moderators</strong></span>, <span style="color: #3EA99F;"><strong>Designers</strong></span>, Members , <s>Banned Users</s></span></td>
</tr>

Anyone know?

Ok it looks like the bar isn't long enough for the user group, it doesn't stretch across the width of the forum and that's why it's clumped. How do I fix that?
(2016-07-30, 07:33 PM)royalty Wrote: [ -> ]
(2016-07-30, 07:32 PM)WallBB Wrote: [ -> ]
(2016-07-30, 07:20 PM)royalty Wrote: [ -> ]
(2016-07-30, 07:03 AM)WallBB Wrote: [ -> ]Yes you can do it Smile
Check this tutorial, it does exactly what you want.
http://community.mybb.com/post-894009.html

Edit: this is a plugin as well for 1.8 MyBB
http://community.mybb.com/mods.php?action=view&pid=10

Regards
WallBB Design

The groups appear as a clump rather than in a neat line. Any idea what I did wrong?

Most probably issue with your index_stats template.
Can you share it ?

Added just below who's online.

{$whosonline}

<tr>
<td class="tcat"><span class="smalltext"><strong>Usergroup Legend</strong></span></td>
</tr>
<tr>
<td class="trow1"><span class="smalltext"><span style="color: red;"><strong><em>Administrators</em></strong></span>, <span style="color: #00802b;"><strong>Super Moderators</strong></span> <span style="color: #CC00CC;"><strong>Moderators</strong></span>, <span style="color: #3EA99F;"><strong>Designers</strong></span>, Members , <s>Banned Users</s></span></td>
</tr>

Anyone know?

Ok it looks like the bar isn't long enough for the user group, it doesn't stretch across the width of the forum and that's why it's clumped. How do I fix that?

Can you share the website link.
(2016-08-01, 02:37 PM)WallBB Wrote: [ -> ]
(2016-07-30, 07:33 PM)royalty Wrote: [ -> ]
(2016-07-30, 07:32 PM)WallBB Wrote: [ -> ]
(2016-07-30, 07:20 PM)royalty Wrote: [ -> ]
(2016-07-30, 07:03 AM)WallBB Wrote: [ -> ]Yes you can do it Smile
Check this tutorial, it does exactly what you want.
http://community.mybb.com/post-894009.html

Edit: this is a plugin as well for 1.8 MyBB
http://community.mybb.com/mods.php?action=view&pid=10

Regards
WallBB Design

The groups appear as a clump rather than in a neat line. Any idea what I did wrong?

Most probably issue with your index_stats template.
Can you share it ?

Added just below who's online.

{$whosonline}

<tr>
<td class="tcat"><span class="smalltext"><strong>Usergroup Legend</strong></span></td>
</tr>
<tr>
<td class="trow1"><span class="smalltext"><span style="color: red;"><strong><em>Administrators</em></strong></span>, <span style="color: #00802b;"><strong>Super Moderators</strong></span> <span style="color: #CC00CC;"><strong>Moderators</strong></span>, <span style="color: #3EA99F;"><strong>Designers</strong></span>, Members , <s>Banned Users</s></span></td>
</tr>

Anyone know?

Ok it looks like the bar isn't long enough for the user group, it doesn't stretch across the width of the forum and that's why it's clumped. How do I fix that?

Can you share the website link.
ff
Add colspan="4" to td's. (2X)
Fixed thanks all