I am running phpBB 3 and was wondering if 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)
Thanks in advance.
PS Not sure if this ment to be in PHP or Database forum, so mods please move it if needed. Thanks