![]() |
Quote:
If so, your template IDs will reflect something other than 1 in the Nexus setup area. |
Quote:
|
Ah my mistake... Disregard.
|
i test it with firefox 3.5.1
through your site when i login through google and try to choose nick in your site the submit will not work |
Quote:
|
Quote:
Installation works very well for me. :up: |
If your templates don't match, deactivate the templates @ facebook, and try again. This time, make SURE the settings are correct in the vbnexus module. Obviously they weren't when you connected.
You can not recycle templates from the other facebook mod, you need to generate new ones, and make SURE you save the settings, as instructed. Even if you didn't change anything, save the settings anyways. |
OK I got mine working however...
I had to disable Send PM Notice on Registration via vBulletin General "out of the box" Functions. I also had to apply the FaceBook Connect plugin disable for vbGallery. Will continue to test. I also noticed that once registered, the user's email address is not captured? I registered as Yahoo, but when I went to my UserCP, it said no email address... Normal? |
What about the following error, I'm getting on top of the header:
Code:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/init.php(298) : eval()'d code on line 654 |
Quote:
Did you do this? Quote:
|
Thank you cory_booth, Error fixed now, Appreciated :)
|
Problem...
Using vb Gallery... 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. |
Quote:
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:
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. |
15 pages...
this deserved an update :) |
It does.
Where is Anders? Is this not being supported now? |
Quote:
|
is ANYONE having an issue with the settings for this in your User CP not staying on Yes?
http://i17.photobucket.com/albums/b9...b/ucpnexus.png They are set on yes in the acp, but everytime I set them to yes in my ucp and save, they revert back to no. Any ideas?? |
Quote:
|
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?
|
I did everything.. I see the images appear on my site with the exception of facebook for some reason but when I click on google it does not do anything?
http://mmaxtra.com/forum/index.php Please help ... I did place this code in my navbar for my template <table cellpadding="3" cellspacing="0" border="0" width="100%"> <tr align="right"> <td align="right" valign="middle"><span class="smallfont">New! Use your <strong>Facebook, Google, AIM & Yahoo</strong> accounts to securely log into this site, <strong>click logo to login</strong></span></td> <td width="380px" align="right"><!-- fbconnect --><fb:login-button onlogin="window.location='http://mmaxtra.com/forum/index.php?product=vbnexus&product-mod=facebook&do=login&loc=L2ZvcnVtLw==';"></fb:login-button><!-- / fbconnect -->  <a href='#' onclick='isgooglesignin = true; google.friendconnect.requestSignIn()'><img src="./vbnexus/images/nexus.gif" border="0"></a> </td> </tr> </table> Thanks |
Quote:
Quote:
The best way to fix the last two is to template those instead of using str_replace garbage in plugins! |
Quote:
|
Yeah, that new threads creating threads point should have been
New threads not creating polls, not threads, my bad! |
Quote:
I take this back - I AM getting new reply and new thread notifications at FB. But can't publish any of my new threads or posts. And not getting any help here from the coder. :rolleyes: Quote:
You really shouldn't have released it til you were ready to offer support here. ;) |
What's almost funny is that I can create a vBookie event with a new thread, if I choose, but not a poll. Anyone else noticing they can't create new polls except using the "thread tools" dropdown?
I realize that this is a beta product, and fully understand the implications of that. I'm a beta tester by nature, but, as a developer, you can't just go off and provide support to a limited cluster of individuals (ie: your own forums). That's a closed beta event, and it's not that fair to the rest of the individuals you advertise this to. Edit: Confirmed, polls not being created. |
Confirmed here as well. Trying to create a poll just creates a new thread.
I was able to correct this by editing the Include js for FB Feed for new thread (non ajax) plugin to check if the newthread is a poll before running. Here is my current code. Code:
if (!$newpost['postpoll']) |
I changed Default USERGROUP ID for non-vBulletin Users other than "2" but change does not effect.
Any solution? |
It's like facebook mods are cursed on vb.org
or else this is a ploy by vb's owners to make everyone upgrade to 4. uninstalled |
At this point it appears the only way for existing users to tie their existing facebook account to their VB profile is to log-out, select the facebook logo, then make the connection. It would be great if VB users could access this page when logged in to add their existing facebook profile: http://carblog.com/vbnexus/user-guide/step2.gif
The a dismissable notice would be great for the option listed above for existing users.. I tried this but after adding the code nothing happens (after clicking any of the logos) since the user is already logged in.. |
everytime i chaneg the template ids it goes back to 2147483647
|
Quote:
Something to note about this - I'm the admin on the site. I'm the only one this is happening to. All other members can publish their posts. It's also NOT a conflict with any other mod, because I disabled every one of them, and still no go. :rolleyes: |
Quote:
|
On the same forum? Yes I've tested this on the default vB style. Same result. :(
|
internet Explorer 6 Issue Fix
Bug Status: ie6 only, very site specific, NOT a mandatory product update This is a BUG in IE6 only, we are not going to be including this into the product as it is a very site / server specific issue. If users report "Operation aborted" issue in IE6 you will need to edit plugins and replace their code with the following: //=== New plugin code for "Include facebook js after <body>" === PHP Code:
PHP Code:
|
i think the my problem is that facebooks template numbers are to large now
|
Quote:
using phpmyadmin, delete your user from the vbnexus table: Code:
delete from vbnexus_nonvbuser WHERE userid='insertuseridhere' |
Quote:
I'm about ready to uninstall this mod, due to lack of support from the coder. |
I changed the Default USERGROUP ID for non-vBulletin Users to other than 2, but it does not effect.
Any solution? |
Damn, such a great idea. Wish it worked correctly.
|
All times are GMT. The time now is 02:52 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|