Please Note
This tutorial requires editing of a file currently encoded in the public release of IP.Board 3.0 Beta 3, thus you cannot do this tutorial at the moment. When IP.Board 3.0 is fully released, this tutorial will become usable.
Open admin/applications/forums/modules_public/forums/boards.php. Find:
$this->users_online = $active['TOTAL'];Change To:
$this->users_online = $active['MEMBERS'] + $active['ANON'];Save and upload.
Now, you will only set new records when your actual number of registered members online is more than the old record. If you've already had your 'Most users ever online...' stat boosted by the spiders, it is recommended that you go into the Recount & Rebuild section of your ACP and reset this.













