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.
If I add this...
if ( !is_array ( $phrasegroups ) )
{
$phrasegroups = array ( );
}
I can not display images anymore as the vbGallery image page will not show array error.
Pictures show as X but if access directly, first line of image code shows error.
If I add this...
if ( !is_array ( $phrasegroups ) )
{
$phrasegroups = array ( );
}
I can not display images anymore as the vbGallery image page will not show array error.
Pictures show as X but if access directly, first line of image code shows error.
Then you need something specific to assign to the $phrasegroups array, I can't help you. Sorry.
For those who are having issues regarding Facebook Wall Feeds (Sign Up, New Thread, New Reply, and Album) I have found a fix.
Because most of our servers are 32-bit, anything that is assigned as an Integer will be limited to 2147483647. Facebook Template ID's are way above this.
Therefor, to fix, close your board and place it into Debug Mode, by adding this line to your config.php, after <?php
PHP Code:
$config['Misc']['debug'] = 1;
Go to your Admin CP -> vBulletin Options -> vB Nexus Configuration.
For all of the Template Bundle ID configs (there are four of them), click [Edit] and change it's Data Validation Type to Numeric, and save.
Once your done changing all four turn off debug mode by removing the line I noted before and re-open your board.
This isn't really a bug in vBulletin Nexus, it's a limitation in our servers. They way they had it set up is the correct way to do things.
Then you need something specific to assign to the $phrasegroups array, I can't help you. Sorry.
For those who are having issues regarding Facebook Wall Feeds (Sign Up, New Thread, New Reply, and Album) I have found a fix.
Because most of our servers are 32-bit, anything that is assigned as an Integer will be limited to 2147483647. Facebook Template ID's are way above this.
Therefor, to fix, close your board and place it into Debug Mode, by adding this line to your config.php, after <?php
PHP Code:
$config['Misc']['debug'] = 1;
Go to your Admin CP -> vBulletin Options -> vB Nexus Configuration.
For all of the Template Bundle ID configs (there are four of them), click [Edit] and change it's Data Validation Type to Numeric, and save.
Once your done changing all four turn off debug mode by removing the line I noted before and re-open your board.
This isn't really a bug in vBulletin Nexus, it's a limitation in our servers. They way they had it set up is the correct way to do things.
Excellent fix Ryan. It didn't work for me, but I'm hoping it does for most.
This is supported; my team is actively unrolling this new product / feature onto our own sites and as we discover problems we will fix them and provide an update to the community, as well as support for future vB versions.
That's good to know. But what about the issues being reported on this thread? There are alot of things that people are requesting help with here, and getting no feedback.
Can you think of any reason why my settings won't stay on Yes in my User CP?
I installed this and none of the logins did anything on the VB side. The logins seemed to work fine externally (no errors), but at the end when it takes me back to my site it doesn't create a VB account. Why would that be?