MyBB Community Forums

Full Version: forum stats
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to make these stats.

http://puu.sh/9wPxA/22b6f6c5f1.png

Show monthly stats? Not lifetime?

Current code is.



<tr>
<td class="tcat" colspan="2">
<span class="smalltext">
<strong>{$lang->boardstats}</strong>
[<a href="{$mybb->settings['bburl']}/stats.php">Ayrıntılı İstatistikler</a>]</span></td></tr><tr>
<td width="50px" class="trow1">
<img src="images/cash/icon/stats.png" alt="" />
</td>
<td class="trow1"><span class="smalltext">
{$lang->stats_posts_threads}
<br />
{$lang->stats_numusers}
<br />
{$lang->stats_newestuser}
<br />
{$lang->stats_mostonline}{$adstats}
<img src="images/cash/icon/html.png" width="44" height="15" border="0" alt="" align="right" />
<img src="images/cash/icon/css.png" width="44" height="15" border="0" alt="" align="right" />

</span></td>	</tr>
With how the stats are stored, the only way to do something like that would be multiple queries and they aren't pretty queries either.