MyBB Community Forums

Full Version: no of posts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
While transferring my forum from smf to my bb, users lost their certain post count, like from 1000 to 800, how can I increase the post count ?

Thanks in adavance for help Smile
Maybe some of the settings got messed up, try running this is phpMyAdmin:
UPDATE `mybb_forums` SET `usepostcounts` = '1';
(That will set it so posts in all forums are counted towards a users post count)

Go to: ACP >> Tools & Maintenance >> Cache Manager >> forums >> Rebuild Cache

Then: ACP >> Tools & Maintenance >> Recount & Rebuild >> Recount User Post Counts >> Go