MyBB Community Forums

Full Version: Boardstats not working properly.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, my boardstats not working properly. how to fixed this
[attachment=41370]
(2018-12-25, 12:34 PM)vonmhel1995 Wrote: [ -> ]Hi, my boardstats not working properly. how to fixed this

What's wrong with the BoardStats? 

Looks OK to me.
(2018-12-25, 01:48 PM)Serpius Wrote: [ -> ]
(2018-12-25, 12:34 PM)vonmhel1995 Wrote: [ -> ]Hi, my boardstats not working properly. how to fixed this

What's wrong with the BoardStats? 

Looks OK to me.

[attachment=41372]

usergroup colored
Is Templates > Your theme > index_whosonline > index_whosonline default?
(2018-12-25, 03:30 PM)iAndrew Wrote: [ -> ]Is Templates > Your theme > index_whosonline > index_whosonline  default?

Yes this is the code of index_whosonline
<tr>
<td class="tcat"><span class="smalltext"><strong>{$lang->whos_online}</strong> [<a href="online.php">{$lang->complete_list}</a>]</span></td>
</tr>
<tr>
<td class="trow1"><span class="smalltext">{$lang->online_note}<br />{$onlinemembers}</span></td>
</tr>
Try replacing your index.php (and portal.php as well) with the one in latest package, If you are not using the latest version.
We have reworked on placing $lang->comma twice for who's online if I can remember correct, that might be the issue ...