Sharing Database Tables?.

Venom

Seasoned Veteran
Joined
Sep 12, 2012
Messages
3,798
Reaction score
0
FP$
0
How can I make, 2 mybb forums, share one Members Database Table so only one registration is needed for both Forums?.

Thanks.
 
I don't think that is possible. I think you need to 'merge' the forums together to gain this.
 
My solution would be to edit the Mybb php code so that registration on one forum updates both of the databases...

It is possible... Although complex with things such as banning a member, member user groups etc.
 
I also wanted The profile to be shared between both forums though.
 
Why not use the phpmyadmin replication function. I have used that for backup and fail-over of an database. It could be modified to replicate both way for certain tables. Well that is for mysql data but not sure about profile pictures.

Just a suggestion.
 
@Sam; Ok Thanks ill take a look.

@Pvcomputers; Ah ok, I havnt really Used phpmyadmin much, how would I do It?.

Thanks.
 
Back
Top Bottom