Log in

View Full Version : Two boards one site...


SatMan2028
08-04-2003, 08:53 PM
OK here's the deal.. I have an existing site with one board installed. Now I want to setup a second board under a subdomain but I want my members to be able to switch between the two without logging in twice. I know Youre thinking why the hell do you need two boards but the two topics have nothing to do with each other and together they would be confusing. But I find that most of the people who are into one of them like the other too.... Any insight on this would be great!!!

Gary King
08-05-2003, 01:01 AM
You could add another INSERT query to register.php when a user registers, so he/she will also be registered at the 2nd board?

For the current users, just copy the user table and INSERT to 2nd board.

SatMan2028
08-05-2003, 12:47 PM
WOW! Thanks for the input... I think I can handle that one... Doesn't sound too hard...

Thanks