AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

[Closed] Transferred Forum from phpBB to wpForo and now some users have questions/answers?

2 Posts
2 Users
0 Reactions
3,021 Views
Posts: 1
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@Anonymous 46091)
Joined: 4 years ago
[#19245]

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
Chris
Posts: 3610
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@chris)
Famed Member
Joined: 5 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

 


Share: