Notifications
Clear all

wpForo 1.x.x [Solved] How to merge forums

5 Posts
2 Users
1 Reactions
779 Views
Posts: 37
Topic starter
(@philraymond)
Trusted Member
Joined: 5 years ago

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.

Topic Tags
4 Replies
Posts: 37
Topic starter
(@philraymond)
Trusted Member
Joined: 5 years ago

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?

1 Reply
VereK
(@verek)
Joined: 7 years ago

Honorable Member
Posts: 522

@philraymond

From the forum dashboard you can just delete the unwanted forums and transfer the content to the forum you want to keep

 

VereK
Posts: 522
(@verek)
Honorable Member
Joined: 7 years ago

And of course make a site backup before doing such drastic actions.

Posts: 37
Topic starter
(@philraymond)
Trusted Member
Joined: 5 years ago

Ah, silly me 🙂 Thanks!