MyBB Community Forums

Full Version: Group Legend Issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I did this http://mods.mybb.com/view-resource/group-legend and it ended up like this- [Image: 6971f54c0fc3d0847f4fcdfe807264ba.png]
Open your index_whosonline template.

Look for something like:
<td class=\"tcat\" colspan=\"\">
Replace with:
<td class="tcat" colspan="2">

Also there are a bunch of backslashes that shouldn't be there... you should remove them as well.
(2013-04-01, 02:01 AM)April Fool Wrote: [ -> ]Open your index_whosonline template.

Look for something like:
<td class=\"tcat\" colspan=\"\">
Replace with:
<td class="tcat" colspan="2">

Never mind I got it.

Also there are a bunch of backslashes that shouldn't be there... you should remove them as well.
Do you know how you could format this
[<font color="green\"><b><i>Admins</i></b></font>]
into this
<span style="color: #ff6900;background:url(http://i.imgur.com/7F70N.gif);">{username}</span>

So like this
[Image: bab271222ca2b0d61c265b7cb27a4124.png]
into this [Image: 1fe8fa2c5dbf7eb601bba81d941b30a4.png]


Never mind I got it.