Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

5 Posts
2 Users
1 Reactions
1,145 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: 8 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: 8 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!