MyBB Community Forums

Full Version: Something Went Wrong
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I don't know why it's doing this, I had it happen before but I forgot how to fix.

Image Shows whats wrong.

http://img688.imageshack.us/img688/7210/helpme.png
You're missing a colspan parameter in the template.
Do you know what I will have to do/add and what template.
You need to edit the template
We know we need to edit the template but what needs to be added to the template to fix this issue.

P.S. I am an admin of the forum shown.
Go to ACP > Templates & Style > Templates > Global Templates > find the templates for the Who Was Online Today and Group Legend areas (should be clearly named) and post them here.
Who is Online Today

<tr>
	<td class="tcat"><strong>{$lang->whos_online_today}</strong></td>
</tr>
<tr>
	<td class="trow1"><span class="smalltext">{$lang->online_note_today}<br />{$onlinemembers}</span></td>
</tr>

User group Legend

<tr><td class="tcat"><strong>Group Legend</strong></td></tr>
<tr><td class="trow1">{$usertitles}</td></tr>
<tr>
    <td class="tcat" colspan="2"><strong>{$lang->whos_online_today}</strong></td>
</tr>
<tr>
    <td class="trow1" colspan="2"><span class="smalltext">{$lang->online_note_today}<br />{$onlinemembers}</span></td>
</tr>

<tr><td class="tcat" colspan="2"><strong>Group Legend</strong></td></tr>
<tr><td class="trow1" colspan="2">{$usertitles}</td></tr>

Smile
It helped a little bit but it still isn't wide enough.
URL??
Pages: 1 2