The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB Nexus, Facebook & Google multiple login integration Details »» | |||||||||||||||||||||||||||||
vB Nexus, Facebook & Google multiple login integration
Developer Last Online: Jun 2020
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. DEMO: http://www.carblog.com/vbnexus Basic Instructions for your forum's users: http://carblog.com/vbnexus/user-guide/ Download Now
Show Your Support
|
Comments |
#172
|
|||
|
|||
These are the only real issues I'm having:
1 - We're getting an application response error when both registering and logging in via FB, and when we create a new thread, or make a post. 2 - There is no prompt to publish a post or thread or anything else to FB, altho when I first installed it, there was. 3 - Even tho I set my settings to yes in the userCP, they keep reverting back to No, which I'm assuming is why there's no prompt to publish to FB. I AM, however, getting the notifications of new threads, new replies, etc, at FB. |
#173
|
||||
|
||||
Quote:
If so, the second query I posted will resolve this problem. It may cause a duplicate entry for some users if they joined after the migration, so check the table after running and delete any duplicates. If you did not migrate just ignore me |
#174
|
|||
|
|||
lol.
Nope I never used the FB connect mod. |
#175
|
|||
|
|||
can you send me the mysql commands that the xml does when it installs
i have a very large database and need to do it the install threw mysql |
#176
|
|||
|
|||
Quote:
3 tables are created, vbnexus_nonvbuser, vbnexus_facebookuser and vbnexus_templates. The code for creating them is below. Note that this assumes that you're not using a prefix for your tables (ie: vb_ , etc). If you are, add the prefix to the 3 insert statements , so Code:
CREATE TABLE IF NOT EXISTS `vbnexus_facebookfeedtemplates` ( Code:
CREATE TABLE IF NOT EXISTS `vb_vbnexus_facebookfeedtemplates` ( The queries: Code:
CREATE TABLE IF NOT EXISTS `vbnexus_facebookfeedtemplates` ( `id` int(10) unsigned NOT NULL auto_increment, `type` varchar(20) default NULL, `content` mediumtext, PRIMARY KEY (`id`) ) ; CREATE TABLE IF NOT EXISTS `vbnexus_nonvbuser` ( `nonvbid` bigint(20) unsigned NOT NULL, `userid` int(11) NOT NULL, `associated` tinyint(1) default '0', `type` enum('1','2') NOT NULL default '1', `emailonfile` tinyint(1) default '0', PRIMARY KEY (`nonvbid`,`type`), KEY `userid_type` (`userid`,`type`) ) ; CREATE TABLE IF NOT EXISTS `vbnexus_facebookuser` ( `uid` bigint(20) unsigned NOT NULL, `newthreadfeed` tinyint(1) unsigned default '1', `newreplyfeed` tinyint(1) unsigned default '1', `newalbumfeed` tinyint(1) unsigned default '1', `newpmnotify` tinyint(1) unsigned default '1', `mythreadnotify` tinyint(1) unsigned default '1', `subscribedthreadnotify` tinyint(1) unsigned default '1', PRIMARY KEY (`uid`) ) ; |
#177
|
|||
|
|||
Another bug (do we have a list of these yet?)
When editing a post (inside the post, not when clicking on "go advanced"), the "do you want to submit this to facebook" pops up. When skipped, it goes to "page can not be found". This shouldn't even popup at all, it's just an edit. |
#178
|
|||
|
|||
And a request, sorry, not meaning to "hijack" the thread here, by any means
Currently, the system shows the notifications like Quote:
Also, for those wanting to change the notifications in the popup, the stuff that says "I posted a reply", or "I started a new thread", you can edit out $vbphrase[vbnexus_facebook_user_posted_a_new_reply] and $vbphrase[vbnexus_facebook_user_posted_a_new_thread] and configure that. I just blanked them out, it makes no sense at all to have these filled in. |
#179
|
||||
|
||||
Still receiving this error when attempting to publish a reply...
Quote:
|
#180
|
||||
|
||||
FOr those getting the array_merge warning, simply do this.
Open the *** Initialize app *** plugin and find this: PHP Code:
PHP Code:
Quote:
|
#181
|
|||
|
|||
Quote:
Awesome, going to install... Yes I paid for the other one, but my point wasn't to compare yours to his, rather verify if some of the lagging issues of the other one would be present in this one by virtue of being a facebook connection app. I look forward to using this as I had to shut down the other. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|