vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Integration with vBulletin - Facebook Connect - Allow your users to login with their Facebook account (https://vborg.vbsupport.ru/showthread.php?t=198499)

yinyang 12-13-2008 12:50 AM

Quote:

Originally Posted by TomJames (Post 1683863)
Indeed, try with different browsers (and pages), for example on mine it works perfectly with Firefox but with IE and Opera nothing happens unless you navigate to another page, for example Calendar.



What's your forum URL? I wouldn't mind trying to login to see if I have any better luck.

Thanks TomJames. URL = www.sirenssociety.com

stryka 12-13-2008 02:39 AM

If you can do the profile/avatar import that would be great... cuz right now... new members are not required to pick a avatar and that sorta sux... but the facebook import will make sure that something is set...

TriMe 12-13-2008 03:01 AM

Quote:

Originally Posted by janslu (Post 1684189)
There's an error in fblogin.php of version 1.1.1 -comment out line #35:
There is:
PHP Code:

echo $scriptpath

Should be:
PHP Code:

#echo $scriptpath; 


Can this be confirmed before I edit the file please?

stryka 12-13-2008 03:31 AM

Hmm... can a member of a forum automatically become a member of a group? Or a better way to ask the question... how do i get my members as my friend on facebook or part of my group? Can this be automated once they join...

noonespecial 12-13-2008 04:30 AM

Any chance of this in 3.6?

soulface 12-13-2008 05:19 AM

When I merge an existing forum users with facebook it's works fine but after creating a new user via facebook connect, When I try to view that user profile OR when that new user try to browse forum (can't even view any forum page) that user & I'm getting this db error

Code:

Database error in vBulletin 3.7.4:

Invalid SQL:
SELECT location, badlocation FROM session WHERE userid =  AND lastactivity > 1229150366 ORDER BY lastactivity DESC LIMIT 1;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND lastactivity > 1229150366 ORDER BY lastactivity DESC LIMIT 1' at line 1
Error Number  : 1064
Request Date  : Saturday, December 13th 2008 @ 01:09:26 AM
Error Date    : Saturday, December 13th 2008 @ 01:09:27 AM
Script        : http://www.xxxxxxxxxxxxx/members/xenux/
Referrer      : http://www.xxxxxxxxxxxxx/
IP Address    :
Username      :
Classname    : vB_Database
MySQL Version : 4.1.22-standard


raiderlax 12-13-2008 08:21 AM

This is a really cool mod. Are you going to make it available for vbulletin 3.8 when it's released?

thepretorian 12-13-2008 08:45 AM

Since the new version I sometimes get a blank page in FF or IE. When I disable the mod then it all works again.

Wakey 12-13-2008 12:37 PM

Ok seems my issues were server config issues, noticed a few odd things in my phpinfo file so changed some settings and now it works.

One thing though, sometimes admin/mod access will timeout and it will ask you for the the username and password again. Will just changing the template to include the facebook connect button allow login to admin/mod cpanels if they have the user rights OR are there other changes that need made?

TomJames 12-13-2008 01:43 PM

Quote:

Originally Posted by raiderlax (Post 1684388)
This is a really cool mod. Are you going to make it available for vbulletin 3.8 when it's released?

It works fine on 3.8 at the moment :).

Lizard King 12-13-2008 02:45 PM

Does anyone get this working on Safari and Opera

TomJames 12-13-2008 04:29 PM

Quote:

Originally Posted by Lizard King (Post 1684553)
Does anyone get this working on Safari and Opera

On Sarafi, Opera and IE it won't work on the homepage for me, but works fine on any other page such as a thread or calendar etc.

Firefox it seems to be fine on all pages.

ViciousCode 12-13-2008 04:41 PM

is there a way to add the code

Code:

<!-- fbconnect -->
<center>
<a href="#" onclick="facebook_requestSession(); return false;">
<img id="fb_login_image" src="http://static.ak.fbcdn.net/images/fbconnect/login-buttons/connect_light_medium_long.gif" border="0" alt="Connect"/>
</a>
</center>
<!-- / fbconnect -->

to the main website, so the user can login from the main website that is non-vb

tormodg 12-13-2008 06:07 PM

Occasionally I only get the page mydomain.com/fblogin.php and a blank page (using any browser). I notice a significant drop in traffic from using this plugin, yet not a single user has signed up using it (except me) - so it must be interfering with something.

Edit: The update to 1.1.1 seems to fix this problem.

However the login does not trigger when used in for example the vB Links Directory, as here:
http://hypography.com/links/

sllik 12-13-2008 06:49 PM

Quote:

Originally Posted by TriMe (Post 1684282)
Can this be confirmed before I edit the file please?

confirmed :)

sllik 12-13-2008 06:52 PM

Quote:

Originally Posted by thepretorian (Post 1684400)
Since the new version I sometimes get a blank page in FF or IE. When I disable the mod then it all works again.

can i see the forum

TriMe 12-13-2008 06:52 PM

Quote:

Originally Posted by sllik (Post 1684695)
confirmed :)

Thanks!

sllik 12-13-2008 06:54 PM

Quote:

Originally Posted by noonespecial (Post 1684328)
Any chance of this in 3.6?

give it a try, just make sure to backup your db

sllik 12-13-2008 06:55 PM

Quote:

Originally Posted by TomJames (Post 1684615)
On Sarafi, Opera and IE it won't work on the homepage for me, but works fine on any other page such as a thread or calendar etc.

Firefox it seems to be fine on all pages.

whats your forum url?

TomJames 12-13-2008 07:24 PM

Quote:

Originally Posted by sllik (Post 1684701)
whats your forum url?

http://www.tbigaming.com/forums/

sllik 12-13-2008 08:32 PM

v1.1.2 is out now!

This should allow Facebook Connect to work on all vb pages. So if this mod is not working on all the pages for you make sure you upgrade!

tormodg 12-13-2008 08:42 PM

1.1.2 makes it work on all pages for me.

IE 6 still redirects users to fblogin.php and shows a white page.

sllik 12-13-2008 08:50 PM

oops forgot to include in the upgrade instructions to Re-upload clientscript/fbconnect.js so make sure you do that

TriMe 12-13-2008 08:57 PM

Quote:

Originally Posted by sllik (Post 1684749)
v1.1.2 is out now!

This should allow Facebook Connect to work on all vb pages. So if this mod is not working on all the pages for you make sure you upgrade!

Just amazing. Thanks!

ViciousCode 12-13-2008 09:04 PM

can i use this on non-vb pages, because i wanna add it to the website

sllik 12-13-2008 09:11 PM

Quote:

Originally Posted by ViciousCode (Post 1684780)
can i use this on non-vb pages, because i wanna add it to the website

no this wont work on non-vb pages... it is a vb mod after all :)

sllik 12-13-2008 09:15 PM

Quote:

Originally Posted by tormodg (Post 1684759)
1.1.2 makes it work on all pages for me.

IE 6 still redirects users to fblogin.php and shows a white page.

make sure to to Re-upload clientscript/fbconnect.js

ViciousCode 12-13-2008 09:41 PM

i just wanna how to make that pop up show up on non-vb pages

sllik 12-13-2008 09:44 PM

Quote:

Originally Posted by ViciousCode (Post 1684810)
i just wanna how to make that pop up show up on non-vb pages

http://wiki.developers.facebook.com/...cebook_Connect

thepretorian 12-13-2008 09:55 PM

The forum is http://forums.asianlink.be
It usually shows the blank page after a while. After I close the browser and opens it again then it all works or when I just disable the mod in the acp, it directly shows the forum again.

Also sometimes I get this error from Adobe Flash player


SecurityError: Error #2060: violation of the securitysandbox: ExternalInterface http://static.ak.connect.facebook.com/swf/XdComm.swf doesn't have access to http://forums.asianlink.be/.
at flash.external::ExternalInterface$/_initJS()
at flash.external::ExternalInterface$/addCallback()
at XdComm()

TriMe 12-13-2008 09:56 PM

Updated TMS module for 1.1.2

ViciousCode 12-13-2008 10:34 PM

thanks, but how can i make the button direct me to the forums after clicking the Connect button, because i integrated it with the Simple Login on Non-VB pages mod, but it only logs in after clicking the forums link, but i want the pop up to direct me to the forums after pressing the Connect button

sllik 12-13-2008 10:37 PM

Quote:

Originally Posted by thepretorian (Post 1684819)
The forum is http://forums.asianlink.be
It usually shows the blank page after a while. After I close the browser and opens it again then it all works or when I just disable the mod in the acp, it directly shows the forum again.

Also sometimes I get this error from Adobe Flash player


SecurityError: Error #2060: violation of the securitysandbox: ExternalInterface http://static.ak.connect.facebook.com/swf/XdComm.swf doesn't have access to http://forums.asianlink.be/.
at flash.external::ExternalInterface$/_initJS()
at flash.external::ExternalInterface$/addCallback()
at XdComm()

what do you mean a blank page? a 404 error?

TriMe 12-13-2008 11:35 PM

I just noticed that users who sign up for the first time are getting the 'short' stories in there Facebook notification area, and are also seeing the new email setting in 'edit your details' section. Like in the attached picture

Users who connect to Facebook that had an account previously aren't getting the notifications or the new email setting in the usercp

1.1.2 is installed.

Paxion 12-14-2008 12:31 AM

uninstalled. Not sure if it's a comflict with other products i have but i can't get this to work.

It takes a lot to frustrate me to give up on troubleshooting a product install issue.

may try later when product is a lil more stable.

sllik 12-14-2008 12:48 AM

Quote:

Originally Posted by Paxion (Post 1684903)
uninstalled. Not sure if it's a comflict with other products i have but i can't get this to work.

It takes a lot to frustrate me to give up on troubleshooting a product install issue.

may try later when product is a lil more stable.

what was the isuue?

Digital Jedi 12-14-2008 02:23 AM

Are there any special changes I would need to make if my vBa homepage is not in the root forum directory? Logging in from the index takes me to the http://www.cogonline.net/fblogin.php page. I'm currently handling that with a redirect.

punchbowl 12-14-2008 08:23 AM

Love this as a concept but i'll have to be careful with the fb usergroup permissions as it'll be an open day for trolls!

[note to self: Maybe allow to post but not start threads] Can I get the face book button in a seperate column to the right of the username/pw box easily?

Tagged for a later install. Thanks for the release sllik - great work.

thepretorian 12-14-2008 09:53 AM

Quote:

Originally Posted by sllik (Post 1684842)
what do you mean a blank page? a 404 error?

No just a blank white page with nothing one. Neither on FF or IE, after I turn the mod of and one again it all works again. It already happened a couple of times.

jammiedodger546 12-14-2008 12:04 PM

Getting a fatal error when trying to log out of my normal account.

Fatal error: Call to undefined method Facebook::kill_cookies() in /home/********/public_html/includes/functions_login.php(409) : eval()'d code on line 9


All times are GMT. The time now is 09:31 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
  • Page Generation 0.02259 seconds
  • Memory Usage 1,834KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete