Dec 06, 2021 5:18 pm
I transferred my forum from phpBB and everything went pretty smooth. I am using the extended layout for all of my forum categories that I precreated before I did the migration, then I manually moved the phpbb forum topics into the appropriate categories. Now when I look at users profiles, they have statistics for questions & answers.
Is there somewhere I can clear this information? How did it get created like this to begin with? I have ran all the board maintenance things from the dashboard.
1 Reply
Dec 07, 2021 10:14 am
Hi @mayhemkrew,
This SQL, will reset Q&A statistics.
Change the Red Colored wp_ to your prefix.
UPDATE `wp_wpforo_profiles` SET `questions` = 0, `answers` = 0, `comments` = 0