Merging Forums Together.

Need some custom code changes to the phpBB core simple enough that you feel doesn't require an extension? Then post your request here so that community members can provide some assistance.

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
Rey619
Registered User
Posts: 71
Joined: Mon Nov 04, 2024 4:27 pm

Merging Forums Together.

Post by Rey619 »

i am in the process of merging with another forum. They are on PHBPP. is there a way to merge it onto mine?
User avatar
warmweer
Jr. Extension Validator
Posts: 11862
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium

Re: Merging Forums Together.

Post by warmweer »

Rey619 wrote: Thu Nov 14, 2024 3:25 am i am in the process of merging with another forum. They are on PHBPP. is there a way to merge it onto mine?
Everything is possible ... but there's no automatic merge (well? not that I know).
It's a task that would require a lot of investigation and manipulation of data to avoid conflicts.(almost all tables have fields that have unique values so you can't just merge those tables)

Probably easier to copy the posts from one board to another.
or better even: forget about the idea.

Added: I just had a look at your board
your board : Total posts 520 • Total topics 176 • Total members 11 •

What's the url of the other board: post it here or send me a PM with the url so that I can have a look to see if it's feasible.
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
User avatar
thecoalman
Community Team Member
Community Team Member
Posts: 6427
Joined: Wed Dec 22, 2004 3:52 am
Location: Pennsylvania, U.S.A.

Re: Merging Forums Together.

Post by thecoalman »

Moved to custom coding, I'm not aware of any out of the box solutions.

To fully merge you are going to need new user ids, new topic id's, new post id's, new blah,blah,blah id's and change all the references for them in multiple tables. Then there is the issue of links in posts to topics, posts and attachments and conflicts with usernames.There is script here from 2019 but that is probably going to need some updating but it should work for starting point.

viewtopic.php?p=15314916#p15314916


If you are looking for minimalist approach. look at posts table and there is column for post_username which is going to be blank if it was registered user that posted it. That's used for usernames of guest posters.

You should be able to set the post_username to the registered username, set the poster_id to 1 and increase the post_id's to number higher than your current forum. Repeat for topics and attachment table. Lastly you'll want to increase the ID for posts, topics and attachments referenced in posts.

This would also give you path to restore the posts to original poster once they signed up on your forum as long as they used same username.

Just throwing out some ideas that might work. You'll have to fill in the details yourself.Test, test and test.
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”

Attributed - Thomas Edison
User avatar
thecoalman
Community Team Member
Community Team Member
Posts: 6427
Joined: Wed Dec 22, 2004 3:52 am
Location: Pennsylvania, U.S.A.

Re: Merging Forums Together.

Post by thecoalman »

warmweer wrote: Thu Nov 14, 2024 7:33 am Added: I just had a look at your board
your board : Total posts 520 • Total topics 176 • Total members 11 •
If other forum is just as small I wouldn't bother with script and just manually add them
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”

Attributed - Thomas Edison
User avatar
KevC
Support Team Member
Support Team Member
Posts: 72616
Joined: Fri Jun 04, 2004 10:44 am
Location: Oxford, UK

Re: Merging Forums Together.

Post by KevC »

Don't take this the wrong way because it's not intended to be but in your wanted topic you're struggling to upload a single folder to install an extension. Merging 2 boards is like going from level 1 to level 100 in terms of knowledge and understanding of what's needed.

I'd agree with Coalman and just tell everyone on one of the sites to sign up to the other one and then recruit a few people to help copy/paste any important topics and then leave the rest and shut it down.
-:|:- Support Request Template -:|:-
Image
"Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb"
Rey619
Registered User
Posts: 71
Joined: Mon Nov 04, 2024 4:27 pm

Re: Merging Forums Together.

Post by Rey619 »

warmweer wrote: Thu Nov 14, 2024 7:33 am
Rey619 wrote: Thu Nov 14, 2024 3:25 am i am in the process of merging with another forum. They are on PHBPP. is there a way to merge it onto mine?
Everything is possible ... but there's no automatic merge (well? not that I know).
It's a task that would require a lot of investigation and manipulation of data to avoid conflicts.(almost all tables have fields that have unique values so you can't just merge those tables)

Probably easier to copy the posts from one board to another.
or better even: forget about the idea.

Added: I just had a look at your board
your board : Total posts 520 • Total topics 176 • Total members 11 •

What's the url of the other board: post it here or send me a PM with the url so that I can have a look to see if it's feasible.
i sent u a message with the link.
Rey619
Registered User
Posts: 71
Joined: Mon Nov 04, 2024 4:27 pm

Re: Merging Forums Together.

Post by Rey619 »

KevC wrote: Thu Nov 14, 2024 8:41 am Don't take this the wrong way because it's not intended to be but in your wanted topic you're struggling to upload a single folder to install an extension. Merging 2 boards is like going from level 1 to level 100 in terms of knowledge and understanding of what's needed.

I'd agree with Coalman and just tell everyone on one of the sites to sign up to the other one and then recruit a few people to help copy/paste any important topics and then leave the rest and shut it down.

Yeah i understand its a learning process ill get everything eventually i was on pbs for years but i like this and want learn it just need hands on training watching someone do it and then ill be able to u know what i mean like a screen share session.
User avatar
Steve
Registered User
Posts: 1550
Joined: Tue Apr 07, 2009 7:48 pm
Location: Co. Durham, England
Name: Steven Clark

Re: Merging Forums Together.

Post by Steve »

You can practice phpBB for free and located on your pc.
You need : https://www.apachefriends.org/

I suggest getting to grips with phpBB locally.
@ The Chief Medical Officers guideline for men is that: You are safest not to drink regularly more than 14 units per week.
- I drank that today++ :lol: 🍺
User avatar
Kailey
Community Team Leader
Community Team Leader
Posts: 3952
Joined: Mon Sep 01, 2014 1:00 am
Location: sudo rm -rf /
Name: Kailey Snay

Re: Merging Forums Together.

Post by Kailey »

Rey619,

You do not need to full quote every post. It makes it hard to read your topic, especially when you are only posting a few words to another user. Please only quote when necessary.

Also, unless you have new information pertinent to your request, we ask that you please wait six hours before bumping your topic. All team members and community members here are volunteers.
Kailey Snay - Community Team Leader
Knowledge Base | Documentation | Community rules
If you have any questions about the rules/customs of this website, feel free to send me a PM.

My little corner of the world | Administrator @ phpBB Modders
User avatar
warmweer
Jr. Extension Validator
Posts: 11862
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium

Re: Merging Forums Together.

Post by warmweer »

To add to Kailey's post.

Since your post wasn't replied to, you could easily edit your post to add or request more information.

As to merging the other forum into yours, don't do that ... do it the other way, add the data from your board to the older one, it will involve a lot less work and once it's done, then you can change the name and description of the board, even move it to your host (replace your board with the merged one and use the url of your original board: see the Knowledge Base: there's an article about moving aboard/changing url)
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.

Return to “phpBB Custom Coding”