Multiple forums sharing same registration database [message #4321] |
Tue, 23 July 2002 13:51 |
Anonymous
|
|
|
|
I run my college web server, and we've got a couple of sites both using FUDForum. The two sites are aimed at different subjects, so there is no overlap on users. However, I was planning to implement forums on a college-wide site, which would give rise to some people having to register on two different forums.
While this is no major hardship, it's still a bit messy to my mind. Many people will not have had much internet exposure when they arrive at college, and being overwhelmed with passwords for e-mail and network logins, it seems a bit unfair not to say to them "Register with just one of the forums, then you can post on any of them with the same username/password".
I am in the proces of investigating a dirty hack, but I don't want to bring the whole system crashing down on me, nor do I want the different forums to become too intertwined.
If possible, I would like to be able to have all the forums reference the same membership details but *nothing* else. This would require everything to be in the same database I realise. Would it work if all the tables except the one containing members were prefixed with the forum name, and the DB logins for each forum had permissions set so that they couldn't see the other forums' tables?
It would require some sort of "superadmin" account that could go in and delete/approve/whatever users, but apart from that the admins could work independently on their own forums without affecting the others.
Would this sort of functionality be something we could look forward to in the near future, or shall I experiment?
|
|
|
Re: Multiple forums sharing same registration database [message #4326 is a reply to message #4321] |
Tue, 23 July 2002 17:43 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You'll need to write your own handler that would syncronize data across the 2 seperate forums. Possibly modify the source code to use a joint users tables.
I see this as a purely custom functionality, that is unlikely to become part of the default distribution.
FUDforum Core Developer
|
|
|
|
Re: Multiple forums sharing same registration database [message #4391 is a reply to message #4387] |
Thu, 25 July 2002 13:32 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Unlikely, unless someone approaches me and offers to pay for such a development I do not forsee myself doing, IMHO this is not something useful in the default forum distribution.
Keep in mind the forum is Open Source (GPL), so you can add your own functionality reasonably easily.
FUDforum Core Developer
|
|
|