MyBB Community Forums

Full Version: How to put Board Statistic in other pages?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I include board statistic in all other pages like forumdisplay and showthread page?
Hi,
Here's a plugin which will allow you to display stats on any page of the forum.

The plugin just makes the variables available - you will still need to edit the necessary templates to put the stats in.


The available variables are as follows:
{$stats['numposts']}
{$stats['numthreads']}
{$stats['numusers']}
{$stats['lastuser']} (the profile link of the newest member)
{$stats['lastusername']} (username of the newest member)
{$stats['lastuid']} (UID of the newest member)
{$stats['mostonline']}
{$stats['mostonline_date']}
{$stats['mostonline_time']}


Hope that helps.
ZiNgA BuRgA Wrote:Hi,
Here's a plugin which will allow you to display stats on any page of the forum.

The plugin just makes the variables available - you will still need to edit the necessary templates to put the stats in.


The available variables are as follows:
{$stats['numposts']}
{$stats['numthreads']}
{$stats['numusers']}
{$stats['lastuser']} (the profile link of the newest member)
{$stats['lastusername']} (username of the newest member)
{$stats['lastuid']} (UID of the newest member)
{$stats['mostonline']}
{$stats['mostonline_date']}
{$stats['mostonline_time']}


Hope that helps.

f%@k zinga! are you in every forums ?
anyways, thanks a lot, i will use this plugin, i love u!
is there a way to use the same portal stats ? i mean, the same template ? i was planning to have a stats div at my forums header... so it will allways show (wooooooo)
<div id="statsdesu">
{$welcome}
{$pms}
{$search}
{$stats}
{$whosonline}
{$latestthreads}
</div>