Ok. at my site i host a few forum boards. Is it posible for my to make a seprate web page that they will register on. And have it to where if they do register then it will register them in all the forums i have?
Thanks,
Tom
Printable View
Ok. at my site i host a few forum boards. Is it posible for my to make a seprate web page that they will register on. And have it to where if they do register then it will register them in all the forums i have?
Thanks,
Tom
Yup, but you got to know the required fields for registering. And I don't know what they are. Check http://www.phpbb.com/phpBB/. Someone most likely posted how to do it there.
sweet ty much. i tried going their first. Dont take me as someone who would just post here before there. But their site was down for some weird critical error so i came here. Thank you for the help,
Pacman
Although, wouldn't it be easier if you used just one single user table? If you have all the forums on the same database, then it wouldn't be a problem at all to make all the forums use the same user table: just edit one line in includes/constants.php and you're done.
That's what I thought but then you would have conflicting information in the same database.