PDA

View Full Version : Shared users in 3 separate forums


tuga-gsm
10-09-2007, 08:47 AM
Hi!

How do i make 3 forums to have all same users?

i mean: 1 register in 1 forum, and will be registered in all of them

all forums are already made now. so, would need some hack to do it.

multiple forums is probably not the answer, as they may be in different servers.

the only thing i want shared is the user table

thanks in advance!

DivisionByZero
10-09-2007, 09:34 AM
don't think about table replication, because the password uses the license number as part of the hash. You could replicate the tables though if you use the exact same filesets for each board.

otherwise, you'll need to write a bridge (a plugin) that will regenerate the userdata to the proper second database tables.