News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Forum Stats how erase them?

Started by DVD, November 22, 2005, 04:24:42 PM

Previous topic - Next topic

DVD

Hi i just had created  a new fórum and i copied the users to it because the will be a forum from the same users so how do y erese for complete the statistics of the forum like posts, time online, ETC, ETC

Thanks for the help

Oldiesmann

First, try Admin -> Forum Maintenance -> Recount all totals and statistics.

After that, you can reset stuff as needed through phpMyAdmin:

Most users online:
UPDATE smf_settings SET mostOnline = '1', mostOnlineToday = '1', mostDate = NOW();

Total time logged in and karma:
UPDATE smf_members SET totalTimeLoggedIn = '0', karmaBad = '0', karmaGood = '0';

The rest of the things are calculated automatically every time you access the stats page.
Michael Eshom
Christian Metal Fans

Ginseng

QuoteThe rest of the things are calculated automatically every time you access the stats page.

...every time you access the stats page or every time index.php is reloaded?

redone

As Oldiesmann said "Everything is recounted when you access the stats page".


Advertisement: