Simple Machines Community Forum

Customizing SMF => Bridges and Integrations => Topic started by: Imago on September 09, 2022, 01:04:34 PM

Title: SMF to SMF Bridge
Post by: Imago on September 09, 2022, 01:04:34 PM
I am looking to synchronize members of different SMF forums. I remember that SMF-Joomla bridge allowed of synchronizing members from many forums and sites. As our SMF forums have upgraded to 2.1.2, can we use SMF2WPBridge to fulfil the task of integrating the member base of two or three SMF forums?
Title: Re: SMF to SMF Bridge
Post by: Doug Heffernan on September 09, 2022, 01:36:23 PM
Quote from: Imago on September 09, 2022, 01:04:34 PMI am looking to synchronize members of different SMF forums. I remember that SMF-Joomla bridge allowed of synchronizing members from many forums and sites. As our SMF forums have upgraded to 2.1.2, can we use SMF2WPBridge to fulfil the task of integrating the member base of two or three SMF forums?

What you are asking for is to merge 2 forums. Have a look at this script by @shawnb61. It will do the job nicely.

https://www.simplemachines.org/community/index.php?topic=575102
Title: Re: SMF to SMF Bridge
Post by: Imago on September 09, 2022, 02:10:17 PM
No, we need them separate. Only the members should be synchronized, so that the members of SMF1 could login to SMF2, and vice versa. The idea is to use WordPress or phpBB3 as db broker, clearinghouse, or interchange station, because the only available bridges that are compatible with SMF 2.1.2 seem to be these two. Of course, we could export the members table of SMF1 and import it into SMF2 db, but I want something automatic to do the job.
Title: Re: SMF to SMF Bridge
Post by: Doug Heffernan on September 09, 2022, 04:32:24 PM
Quote from: Imago on September 09, 2022, 02:10:17 PMNo, we need them separate. Only the members should be synchronized, so that the members of SMF1 could login to SMF2, and vice versa. The idea is to use WordPress or phpBB3 as db broker, clearinghouse, or interchange station, because the only available bridges that are compatible with SMF 2.1.2 seem to be these two. Of course, we could export the members table of SMF1 and import it into SMF2 db, but I want something automatic to do the job.

That would involve quite some custom coding. You can post a request at the Help Wanted (not for support) (https://www.simplemachines.org/community/index.php?board=50.0) board for this.
Title: Re: SMF to SMF Bridge
Post by: Illori on September 09, 2022, 07:54:39 PM
maybe something like this can help you https://custom.simplemachines.org/index.php?mod=3730
Title: Re: SMF to SMF Bridge
Post by: Imago on September 10, 2022, 01:13:49 AM
Thank you for the suggestions! Seems that the available bridges to WP, Joomla, and phpBB3 are obsolete and will not fit to the task.

Probably only @vbgamer45 can tell
Title: Re: SMF to SMF Bridge
Post by: Imago on September 12, 2022, 01:55:50 AM
Multiple Forum Mod (https://custom.simplemachines.org/index.php?mod=2137) would probably do the trick but, unfortunately, it is not being updated 13 years now.

Will check the solution of smfhacks (https://www.simplemachines.org/community/index.php?topic=581347.msg4122669#msg4122669) and use 1 members tables for different forums.
Title: Re: SMF to SMF Bridge
Post by: 8vanima88 on December 02, 2022, 02:51:44 PM
Quote from: Imago on September 12, 2022, 01:55:50 AMMultiple Forum Mod (https://custom.simplemachines.org/index.php?mod=2137) would probably do the trick but, unfortunately, it is not being updated 13 years now.

Will check the solution of smfhacks (https://www.simplemachines.org/community/index.php?topic=581347.msg4122669#msg4122669) and use 1 members tables for different forums.

Multiple forum isn't quite the same as Split forum. While Split Forum sounds like you can only do it between two, theoretically you can do it for many more. Essentially (from what i've understood), the Split Forum mod synchronizes all members per sub-board that you create using the mod. I'm sure you could make more than one sub-board. If you have existing forums though, it might takes some work however it should still be possible to merge and make use of this mod.

If you're <2.1, it can be done. I'm assuming you're in the same boat that I am though....being that you want to use this mod, but you're on 2.1+. Would be great if it becomes compatible one day!