Calash |
08-17-2009 04:48 PM |
Some notes from my transition to vb Nexus from Facebook Connect.
The following Query will move the user ID and Facebook ID to the vBNexus tables. Please replace the vb_ with your database prefix if you have one.
Code:
INSERT INTO vb_vbnexus_nonvbuser (userid, nonvbid)
SELECT userid, fbuid
FROM vb_fbuser
The two mods do not like each other. Once you get the tables moved disable Facebook Connect and remove the navbar template changes.
I will update as I test more. So far it worked well with an existing user from Facebook Connect.
Update: Google button not working in vBadvanced. Looks like a path issue. The login is not displaying at all outside of vB, even though I am sending the Navbar and Footer templates. The second part is due to my setup, ill probably have to do some fancy plugin work to fix that one.
I also noticed that the new members are being put into the Registered Users group despite me setting the default user group. I believe this was listed in a previous post as a bug.
|