MyBB Community Forums

Full Version: Square them's avatar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I use Chrome and that "broken" thing doesn't show up to me.

The only way (I think) to put the user avatar there is using that link.

----------

I don't give support for plugins, but here's a few tips:

- For the ADS use a plugin, it's a lot better.
- For the usergroups you need to find the template where the plugin insert the code, and add in the <td> a colspan="4" to expand the cell.
can you show me how i can add legend section (I mean html and all) ? becuase i am a newbie to mybb forum
Search the template: viewgroups_index

Inside you're gonna have something like this:

<tr>
<td class="tcat">
</td>
</tr>

Just add colspan="4" to the <td> tag, like this:

<tr>
<td class="tcat" colspan="4">
</td>
</tr>
Thanks GasmoN for your help and eNvy too
Pages: 1 2