MyBB Community Forums

Full Version: How To Create a MyBB Usergroup Legend, No Plugins
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Thank you, Used this.

Great Tutorial
Thanks OP. Smile
+1  Thank You So Much for the Tutorial
Work Perfect!    Cool

I will add the code to my forum Big Grin
Thank you so much for the tutorial! Just a quick  question.. Any idea how to stretch it?
Here is what i mean... http://prntscr.com/ry5agx
I tried to play with the code but it doesn't seem like doing anything..
^ looks like there is a mistake with colspan in online or online_today template of your theme.
what is your forum url & which theme you are using ?
(2020-04-13, 06:28 AM).m. Wrote: [ -> ]^ looks like there is a mistake with colspan in online or online_today template of your theme.
what is your forum url & which theme you are using ?

OMG thank you so much for the guide! I managed to fix it myself. Basically this is what I have done:

I have added colspan=''4'' after tcat and trow1. 

<tr>
 <td class="tcat" colspan="4"><span class="smalltext"><strong><left>Usergroup Legend</left></strong></span></td>
</tr>
<tr>
<td class="trow1" colspan="4"><span class="smalltext"><span style="color: #f383ba;>Site Owner</span></td></tr>

Thank you once again!
Pages: 1 2