Multiple installations [message #29809] |
Tue, 17 January 2006 15:28 |
darren
Messages: 16 Registered: January 2006
Karma: 0
|
Junior Member |
|
|
If I install 3 different Fudforums for 3 different projects, I could share content by using the list/usenet gateway function.
The problem is, how to manage the user registration so that users can log in to all 3 forums ?
Help appreciated.
|
|
|
Re: Multiple installations [message #29811 is a reply to message #29809] |
Tue, 17 January 2006 19:28 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You can use FUDAPI to login users of 1 forum into the other two. Look at the forum_login.php script inside the scripts/ directory.
FUDforum Core Developer
|
|
|
|
Re: Multiple installations [message #29834 is a reply to message #29832] |
Wed, 18 January 2006 14:11 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Yes it is, what you'd need modify the register.php.t script in such a way that when a user is registered or updates their profile the code uses FUDAPI to perform identical operation on the other two forums. FUDAPI provides functions for registering and updating user profiles, so it is not a difficult mod to make.
FUDforum Core Developer
|
|
|