PDA

View Full Version : Where is the registration database insert?


AmazingRibs
06-24-2014, 12:26 PM
I want to add a subscription payment credit card form directly on the registration page instead of shooting the user to pay after registering. Where is the file that inserts the user in the database? I'd like to pull that code and place in a custom registration file of my own.

Dead Eddie
06-26-2014, 12:13 PM
On the backend, looks like the classes you go through are:

vB5_Frontend_Controller_Registration
vB_Api_User
vB_DataManager_User

AmazingRibs
06-29-2014, 06:42 PM
OMG thank you so much, was able to do exactly what I needed to!