MyBB Community Forums

Full Version: Posts count not updating
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I recently transferred my phpbb3 forum to mybb but now I have noticed something. All the members posts are 0 and each time i make a post it doesn't update the post count. Any fix for this?

Forum link:- http://thewebmasterzone.info/

Test account:-
username:barty
password:barty123456
Hi,

Run this query in phpMyAdmin:

UPDATE `mybb_forums` SET `usepostcounts` = '1';

Make sure your table prefix is actually mybb_ first.

Then, go to ACP > Tools & Maintenance > Cache Manager > forums > Rebuild Cache.

Next, go to ACP Tools & Maintenance > Recount & Rebuild > run the first 4.
(2009-07-05, 07:21 PM)MattRogowski Wrote: [ -> ]Hi,

Run this query in phpMyAdmin:

UPDATE `mybb_forums` SET `usepostcounts` = '1';

Make sure your table prefix is actually mybb_ first.

Then, go to ACP > Tools & Maintenance > Cache Manager > forums > Rebuild Cache.

Next, go to ACP Tools & Maintenance > Recount & Rebuild > run the first 4.


Thank you very much matt. Everything works fine now.Shy