Is it possible to have just 1 dedicated database for User information?
I have multiple forums and want to have my users only sign up once, and once they do, there user name and password, and all there information will work on all the other forums if not all there information, then just the username and password, and there profile page can be different for each one, don't care... just want them to have to sign up once, and have there user name reserved for all the boards.
Basically to make it a little more simple, what I want the config file to do, is... IF the table phpbb_users is not there, then it will look at the next database to see if it is there, if not THEN give a error.
right now, I inserted the information for the 2nd database in the config file, but now its looking for phpbb_config for a second time. (in the users database)
cally6008 wrote:Do a search in this forum, this question has been asked lots of times already
while that hold true for the 2nd part or ALT part of the idea, does anyone have idea or solutions for the first part? I would rather use different databases for each forum instead of having 60 forums on one database.
If that has been covered too, then please point me in the right direction as far as search tags go, cause after 2 days I still cant find that.