Notifications
Clear all

wpForo 1.x.x Transferred Forum from phpBB to wpForo and now some users have questions/answers?

2 Posts
2 Users
0 Likes
820 Views
Posts: 1
Topic starter
(@mayhemkrew)
New Member
Joined: 2 years ago

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
Posts: 3653
Admin
(@chris)
Support Team
Joined: 2 years ago

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

 

Reply