Previous Thread
Next Thread
Print Thread
Hop To
Joined: Jul 2009
Posts: 2
M
stranger
stranger
M Offline
Joined: Jul 2009
Posts: 2
Hi,

I'm running UBB.threads 6.4.2 and I need to remove some forums. I'd like to put all of the threads from the forums I'm removing in a forum that I'm keeping so they will still be available to the members.

Is it possible to move them all at once or do I have to move them one at a time?

Thanks,

- M

Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
In that version there is no admin tool for mass moving, so you'd need to do a couple direct SQL commands. I'd recommend doing a database backup before proceeding.

First, you'll need the forum id of the forum you're deleting and then the forum id that you want to move the posts to.

SQL Query
update w3t_Posts set B_Board='newid' where B_Board='oldid'

You'll also want to update the total number of posts and replies in the new forum. So you'll want to the total that exist in the forum you're deleting. In the query below, #posts is the total # of posts in the board you're deleting, #threads is the total # of topics/threads, newid is the forum that you've moved them to.

SQL Query
update w3t_Boards set Bo_Total = Bo_Total + '#posts', Bo_Threads = Bo_Threads + '#threads' where Bo_Keyword = 'newid'

Joined: Jul 2009
Posts: 2
M
stranger
stranger
M Offline
Joined: Jul 2009
Posts: 2
Thanks Bro!

I'll report back and let you know how it goes.

- M


Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
Is UBB.threads still going?
by Aaron101 - 04/01/2022 8:18 AM
Who's Online Now
1 members (Nightcrawler), 1,165 guests, and 234 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)