merge 8 user tables from existing forums

Discuss phpBB 3.0.x in general.
Forum rules
Please post any phpBB 3.1.x related topics in the phpBB 3.1.x discussion forum.
Post Reply
noworyz
New member
New member
Posts: 21
Joined: 01 Jan 2007, 20:55
Location: Missoula, Montana
Contact:

merge 8 user tables from existing forums

Post by noworyz »

I have 8 existing forums on one of my sites and members are asking if it is possible to somehow create one user account that works on all forums instead of having to register on each one. I know it is possible to do this before sites are created but all these forums already exist.

Each forum uses a separate database currently. Is there a way to merge all the users into one of the databases and have each forum look to that particular database for the user data?

Thanks in advance for any help
harmlessgoat22
Supporter
Supporter
Posts: 316
Joined: 18 Sep 2007, 14:35
Real name: David
Contact:

Re: merge 8 user tables from existing forums

Post by harmlessgoat22 »

Image
That's like, I can't beat my neighbor in an argument, so instead I kill his dog.
-Best English Teacher Ever
User avatar
Saffleur
New member
New member
Posts: 3
Joined: 31 Oct 2007, 18:53
Real name: Scott Dunn
Location: Lenoir, NC
Contact:

Re: merge 8 user tables from existing forums

Post by Saffleur »

noworyz wrote:I have 8 existing forums on one of my sites and members are asking if it is possible to somehow create one user account that works on all forums instead of having to register on each one. I know it is possible to do this before sites are created but all these forums already exist.

Each forum uses a separate database currently. Is there a way to merge all the users into one of the databases and have each forum look to that particular database for the user data?

Thanks in advance for any help


There is also a MOD in development on phpBB.com that allows "Linked" accounts.

[url]http://www.phpbb.com/community/viewtopic.php?f=70&t=575613[/url]
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor

Re: merge 8 user tables from existing forums

Post by igorw »

Moved from phpBB discussion as it's olympus-specific.
noworyz
New member
New member
Posts: 21
Joined: 01 Jan 2007, 20:55
Location: Missoula, Montana
Contact:

Re: merge 8 user tables from existing forums

Post by noworyz »

that seems more to have multiple accounts on one forum, not multiple forums? Am I correct?
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor

Re: merge 8 user tables from existing forums

Post by igorw »

Nope, it's multiple forums sharing the same users table. ;)
noworyz
New member
New member
Posts: 21
Joined: 01 Jan 2007, 20:55
Location: Missoula, Montana
Contact:

Re: merge 8 user tables from existing forums

Post by noworyz »

ok, and this can be done with existing forums that already have their own user tables? Sorry for all the questions but need to make sure?
User avatar
Obsidian
Supporter
Supporter
Posts: 736
Joined: 13 May 2008, 15:20
Real name: Damian
Contact:

Re: merge 8 user tables from existing forums

Post by Obsidian »

You *might* need to find a way to merge the tables to start, I think...
igorw
Past Contributor
Past Contributor
Posts: 1967
Joined: 01 Jun 2006, 20:48
Real name: Igor

Re: merge 8 user tables from existing forums

Post by igorw »

Nah, that'd lead to problems. You'd need some kind of script to truly merge them. I've seen something for phpBB2 once, but it's pretty bugged. This is one of the few things that are very very challenging to make (for phpBB3).
User avatar
Prince of phpBB
Supporter
Supporter
Posts: 36
Joined: 23 Jul 2006, 00:27
Real name: Aadi
Location: Manchester, UK
Contact:

Re: merge 8 user tables from existing forums

Post by Prince of phpBB »

I love challenges ;) Lets see what I can do :mrgreen:
Post Reply