![]() |
Michael (Anders), could you make it so that jquery is pulled from Google CDN, instead of using the locally hosted one... it removes around 1s of time, and does save a bit of bandwidth :)
|
Quote:
Quote:
1: facebook does suffer a good bit of downtime on their dev. network, and this could be related. At least the thread is getting posted, so that's the main part, right? 2: this could be directly related to some sort of session or connect setup that needs to be refreshed, lengthened, or something. As soon as I restarted my browser (and was forced to relog), there were no issues. I had the browser open and @ the forum for a good # of hours, so, that could easily have caused the problem. Just throwing ideas out. If you get the blank grey page, try restarting your browser. |
1 Attachment(s)
Quote:
same issue here |
Quote:
Go into vb options -> vBnexus Configuration At the bottom of the page, you'll see Quote:
Click 'Save changes' Go back to vB options -> vBnexus Configuration Now, your templates will have actual id's instead of 1,etc Click on Save (this is important) You're getting that error because your template id (1) is invalid. If you follow the steps I just gave, you should see that specific error go away, as long as you've assigned the proper app id and secret. |
Quote:
I have disabled it until I find out why it's messing up a few other mods...and no time to fiddle with it. Just watching this thread in the meantime. |
I get that blank page when it goes to post the thread to Facebook. Once I select Yes or No it refreshes and brings me back to the page I was viewing.
I got this to stop by changing the render method in the Facebook application. It is now set to FBML instead of IFRAME. This matches how the Facebook Connect mod functioned and seems to work well. Also, make sure you remove every bit of the Facebook Connect code, if you are migrating from it. That is what was causing my quick reply problems. |
I tested it on my forum and the avatars don´t show up (postbit legacy). After disabling the mod the avatars are back again.
|
hmmm I haven't had the avatar issue.
Quote:
|
Hopefully Anders will be back in town and working on this today.
|
Quote:
As far as blank pages, give it time. This mod has only been out for a brief period of time, and there are already a number of problems with it like this. Most likely, as I said, this is due to leaving a browser open and not actively viewing the website, but who knows. This is still enough of an issue. |
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. |
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 :) |
lol.
Nope I never used the FB connect mod. |
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 |
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` ( |
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. |
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. |
Still receiving this error when attempting to publish a reply...
Quote:
|
FOr those getting the array_merge warning, simply do this.
Open the *** Initialize app *** plugin and find this: PHP Code:
PHP Code:
Quote:
|
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. |
Quote:
With this mod, if you have problems connecting to facebook, the thread (or reply) still gets posted, you just get the blank screen everyone's talking about There's other things, but that is a fairly decent change in and of itself. |
On my site, http://www.undertherotor.com
The mod appears, but the facebook button doesn't, I've read through the thread and have seen this mentioned a couple of times, any idea why? |
Quote:
|
Quote:
Easiest fix is to put that hook in your footer template. This will allow the init code to run and should fix the missing Facebook button problem. |
Just so I have a reference, and for anybody else having similar problems I am going to post the issues and solutions I have found so far.
Facebook Button does not appear next to Google Login button: Check your footer template and make sure the $template_hook[footer_links] hook is there. Add if it is missing. Login buttons do not show up in external scripts or you want to relocate them Create a new plugin with any name and set for global start. Add the following code. Code:
global $vbulletin; Disable Modify navbar template plugin. Google Friend Connect login does not work outside of vBulletin directory. Replace the Include facebook js after <body> template contents with the following to add the bburl path to Javascript. Code:
$headinclude .= " Go to http://www.facebook.com/developers Click on your App, then Edit Settings, the Canvas For Render Method select FBML Save, reload your site, and test. |
i will make this work!! i still cant get buttons to show
|
OK, Footer code, what do you mean?
|
In your footer template look for a hook called $template_hook[footer_links] . If it is not there add it someplace. The plugin uses this hook to add code at the very bottom of the page. This inits the Facebook connect part of the mod.
Without it your button will be missing and parts of the Facebook connection will fail. |
Alright the script is working!
Thank you so much! |
|
Greets everyone...
I LOVE the idea behind this plugin. My site has an issue I have not seen yet addressed. I get the login buttons and login windows. But when logging in and redirected back to the site, it loads, but returns back to the "guest" screen with no authentication set. To be fair, I do have the index.php file from VBAdvanced with the IBProArcade edit applied. My old index.php file is now forum.php - would this make a difference? Can I simply add the code to index.php if needed? |
Quote:
btw wolfstream has shown those 'real coders' characteristics extensively on the fb connect mod. As have you above. Thanks to both of you.:up: |
Looks like my last post didn't make it.
I would like to let everyone know I got mine working by following all the instructions posted in the forum. I did have an issue with the login redirect not taking the user to the create user function. I have vbAdvanced and to make vbAdvanced my startup screen, I renamed the vbulletin index.php file to forum.php and then let vbAdvanced use index.php. This was causing my problems. If you edit the product.xml file and follow the instructions posted earlier, rename index.php to your original vbulletin index.php file. |
Couple more issues:
Got the following error: class_dm_user.php(2962) until I disabled sending a PM under registration options. When I tried to re-register (after dumping the Nexus records) I get a a database error. All that the screen says is "Here" and then the standard vbull database errror screen without any SQL. I suppose I should ask again... Does this system require the same edits for vbGallery as fbconnect? |
1 Attachment(s)
I figure pictures are worth a thousand words. Here is what I did.
Using Yahoo. I tried to login... I show the PM error screen. I clean the database using phpAdmin and remove all entries created by plugin. I disable the PM I relogin same as before I show the database error screen. The only way I get my website back is to clear the user table, nexus table and session table. |
right i am also geting the error message from fb. Invalid template bundle id specified: Number You can see this because you are one of the developers of the app.
to stop the message comeing up on screen and ect. say no to everything under the numbers in the admin cp panel |
Yahoo, Google work for me. fb pops up and takes the username/password but then loads domain.com inside the pop-up itself and I'm not logged in.
Set the callback fine: Quote:
|
Putting a call out to anyone regarding conflicting apps...
FaceBook Connect indicated a conflict with vbGallery: "Disable the following PhotoPost vBGallery plugins: •Userinfo Merge •Integrate Postbit Showthread" What about things like: Cyb - Advanced Registration Automatic Profile Commenter Enhanced Captcha Image Verification |
Quote:
I have not played with this much yet but you may be able to deactivate the bundles, clear out the numbers from the control panel, and click the link to recreate them again if you are still having problems. |
ugh I hope Anders comes back soon.
|
All times are GMT. The time now is 12:40 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:
|