by nfarley » Sat Mar 11, 2006 1:36 am
when someone comes to your site and registers an account at your phpbb forum, what tables are updated in your database?
I run a site where we use the forum for the site's registration, but we'd like to change it so that intitally, when members register, they have a short form with just their name, email, and password. We just feel like the huge registration form is scaring some users away.
We'd like to keep the current profile page untouched though so that once they're registered, they can still go in and change whatever they like.
I know how to make a form that would add them to the database, but I wanted to know exactly where I need to update/add data when then submit their info.
thanks!