MyBB Community Forums

Full Version: index_stats error in mybb update?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
installed myBB as normal and I'm getting broken statistics in every theme I use including default mybb. I'm using the latest download of mybb

[Image: 5321712201e37cc9e837bf7780ae6215.png]

Is anyone else having this problem?

Here's my index_stats
<tr>
 <td class="tcat" colspan="2">
<span class="smalltext"><strong>{$lang->boardstats}</strong></span>
</td>
</tr>
<tr>
<td class="trow1" align="center" width="30px">
<i class="fa fa-tasks stats-icon"></i>
</td>
<td class="trow1">
<span class="smalltext">
{$lang->stats_posts_threads}<br />
{$lang->stats_numusers}<br />
{$lang->stats_newestuser}<br />
{$lang->stats_mostonline}
</span>
</td>
</tr>

still trying to get this solved Smile
What part is broken? I'm a bit confused here.
Sorry to dig this thread, but i have the same issue