How-to and Troubleshooting
5
Posts
2
Users
1
Reactions
896
Views
Dec 15, 2020 3: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 3: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 12:29 am
And of course make a site backup before doing such drastic actions.
Dec 16, 2020 1:17 am
Ah, silly me 🙂 Thanks!