MyBB Community Forums

Full Version: Users Online Today
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I downloaded the 1.4 users online today mod, and then switched it to be compatible with 1.6. But now my forum is a bit funky lol. Can anyone help me fix?

[Image: 25jay5y.png]
Thats because your theme doesn't support a single <td> tag. You need to alter your board stats template.
Still not quite sure what you mean.
Paste your board stats template here.
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="2">
<div class="posfix">
<span class="arrow" ></span>
<div>
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse{$collapsedimg['boardstats']}.gif" id="boardstats_img" class="expander" alt="[-]" title="[-]" /></div>
<div><strong>{$lang->boardstats}</strong></div>
</div>
</div>
</td>
</tr>
</thead>
<tbody style="{$collapsed['boardstats_e']}" id="boardstats_e">
{$whosonline}
{$birthdays}
{$forumstats}
<tr>
	<td class="tfoot" colspan="2" style="text-align: right">
		<span class="smalltext">
			{$logoutlink}
			<a href="misc.php?action=markread">{$lang->markread}</a> |
			<a href="showteam.php">{$lang->forumteam}</a> |
			<a href="stats.php">{$lang->forumstats}</a>
		</span>
	</td>
</tr>
</tbody>
</table>
<br />