2018-10-21, 06:30 AM
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]](https://camo.mybb.com/d4f721d544c13e1c029d6590d2f26a7ddf5d408d/68747470733a2f2f692e6779617a6f2e636f6d2f35333231373132323031653337636339653833376266373738306165363231352e706e67)
Is anyone else having this problem?
Here's my index_stats
still trying to get this solved
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
