PDA

View Full Version : Integration of User Registration for GeoCore


imregor
12-20-2014, 11:21 AM
Hi!

I purchased your vBulletin 5 software and wanted to integrate the user registration and log in with GeoCore (http://geodesicsolutions.com/). Practically once customers register into my Geocore platform they would be automatically registered to vB 5 as well and same would happen with user log in too.

Geocore had a specific Bridge addon to support this integration, but I learnt later that this Bridge addon works only with vB 4.1.

Can anybody provide me with info on how to do user registration/log-in integration in vB 5?

Many thanks in advance and have a great day!

Kind regards,
Imre

ozzy47
12-28-2014, 08:59 PM
You may want to look at this.

The API for users is located in /core/vb/api/user.php

You might also want to look at the controller for the registration process located at /includes/vb5/frontend/controller/registration.php

We don't recommend inserting data into the database directly.