AI Search
Classic Search
Notifications
Clear all
How-to and Troubleshooting - wpForo 2.0
5
Posts
2
Users
1
Reactions
1,737
Views
Dec 15, 2020 7:05 pm
I have 10 forums. How do I merge them all into 1? I.e. I need all of my topics to be in 1 forum.
4 Replies
Dec 15, 2020 7:52 pm
I can run these mysql updates:
UPDATE wp_wpforo_posts
SET forumid = 11
and
UPDATE wp_wpforo_topics
SET forumid = 11
...but is there usermeta that would need updating, too?
Dec 16, 2020 4:29 am
And of course make a site backup before doing such drastic actions.
Dec 16, 2020 5:17 am
Ah, silly me 🙂 Thanks!
