Hi all,
I'm using JFBConnect with Community Builder Profiles.
I've managed the login part and getting the data from the facebook profile. Community builder is divided in some user groups, so in the registration form I also need to ask something to the user, I've mapped correctly the fields in JFBConnect profiles for Community Builder but no user is created for CB, just for normal joomla user.
A part from that, my need is to catch the data passed to the createNewUser function in controllers/loginregister.php, how to do that? What I need is to get the firstname, lastname and cb_profiletype (that are the fields requested in the registration).
In the code I see that $formData; is used to get the password, so, how to get the other data passed by the form? I tried $formData; with no lucky.
Thanks to all,
Andrea
ps: I'm not using SCLogin but the {JFBCLogin} button. Don't really know if that's important.