Version: 1.00, by ibautocommunity
Developer Last Online: Jun 2020
Category: Integration with vBulletin -
Version: 3.8.3
Rating:
Released: 08-12-2009
Last Update: 08-12-2009
Installs: 155
DB Changes Uses Plugins Auto-Templates
Re-useable Code Additional Files Translations Is in Beta Stage
No support by the author.
vBulletin Nexus Current project release: BETA This works on vBulletin 3.7.X - 3.8.4
This product will allow visitors to join your community using their Facebook, Google, Yahoo or AIM account; and will allow your existing members to associate an existing forum account with one of the services - such as Facebook.
Please read the documentation and follow it exactly before requesting installation help. Please note, if you have heavily modified styles that are missing hooks - this product will not work and require additional installation steps.
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.
I can't seem to log in on your demo forum using my gmail (google mail) email. When it goes to the next page and shows on which nickname I can use on the forums.. I can't press the "login" button, nothing is happening.
installed :up: and tested everything appears to be ok. i have one request i want to add a small box using this
PHP Code:
<div class="notice">
i put this in plugin.but i'm getting errors.Do you have a better setup so i can create a small box like the notice..thanks.
My good friend, I am not 100% sure as to what you are requesting. Please PM me, it sounds like you need advice on customizing something in this product and that's not necessarily related to this product.
My good friend, I am not 100% sure as to what you are requesting. Please PM me, it sounds like you need advice on customizing something in this product and that's not necessarily related to this product.