Log in

View Full Version : Send registration page values to two tables.


Joshkrz
10-10-2009, 07:59 PM
Hello,

I have an application called Kplaylist, and I want vBulletin to send its registration information to its own table and kplaylists, so users will not have to sign up twice.

I have looked through some PHP pages that I thought the table connection would take place, but I have had no luck.

Could someone tell me how I could make vB send some of its registration form fields to another table in the same database.

Any help is greatly appreciated. Thanks.

Lynne
10-10-2009, 08:23 PM
Use the "register_addmember_complete" hook location. That's the one I use. Put a query in there to populate your custom tables.

Joshkrz
10-11-2009, 12:02 PM
Thank you I will try that.