The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
Facebook Connect - Allow your users to login with their Facebook account Details »» | |||||||||||||||||||||||||||
Facebook Connect - Allow your users to login with their Facebook account
Developer Last Online: Dec 2011
Facebook Connect
This add-on allows your guests and existing users to login with their Facebook account through Facebook Connect. WORKS WITH 3.8! Benefits of Facebook Connect
Facebook users will be able to receive Facebook notifications when:
Fetch data like name, location, profile picture and use it on your forums! (NOTE: Some data may not be available for some users) Automatically befriend user's friends If any of the user's friends are also registered on the forum, they will automatically be friends! How to Upgrade From 2.0.0 to 2.0.1
See UPGRADE.html
See UPGRADE.html
Want this mod professionally installed? It's guaranteed to work on your forum! Download the archive and see INSTALL.html/UPGRADE.html for more details! Troubleshooting Server Requirements: PHP 5 If you get an error: Code:
The Facebook Connect cross-domain receiver URL http://www.SITEURL.com/xd_receiver.h...%220.699%22%7D must have the application's callback URL http://www.SITEURL.com/forums/ as a prefix. You can configure the callback URL in the application's settings. If you get a continues this means there is a javascript error. Make sure you've done all the template edits correctly (especially footer & navbar). Clear your cache and reload the page. If nothing happens when you click the Facebook Connect button make sure your callback url domain is the same as you forum domain (the one set in your forum settings) - more specifically make sure that there is a www (or isn't) in both domains. Many more features may be implemented in the future so keep checking for updates. Show Your Support
|
Comments |
#952
|
|||
|
|||
Quote:
Quote:
|
#953
|
|||
|
|||
Quote:
1. I still have the scrolling error. 2. I cant login with my facebook account. |
#954
|
|||
|
|||
Quote:
I ended up editing the .htaccess file. I decided to redirect all the non-www addreses to www. So in the .htaccess file located in the root of my site I added the following Code:
Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^mysite.com [NC] RewriteRule ^(.*)$ http://www.mysite.com/$1 [L,R=301] All exept one! mysite.com/forum was still directing to the non-www address. This was happening because I had vbSEO installed. So note that if you have vbSEO you have to edit both .htaccess files. The one located in the main root and the second one located inside the forum directory. So I solve this by editing the .htaccess file within the forum directory as well. In the very top I added the following code: Code:
RewriteEngine on RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteRule .? http://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L] I tried this, with no luck at all... But my problem was solved as I describing above. |
#955
|
||||
|
||||
Hello,
I am running PHP 5.2.5 Will this work with VB3.8 and MySQL Version 4.1.20-log ? Hope so Thanks VJ |
#956
|
|||
|
|||
Hi,
does this Plugin only works with allow_url_fopen = on?! Regards, Tobi |
#957
|
|||
|
|||
Does this work with the promotions? If I have them come in as a Registered user then promote them later to Verified user will it work normally?
|
#958
|
|||
|
|||
Can you enable the multi-invite system from facebook like the facebook applications?. This will enhace and improve the registration ratio in our forums.
|
#959
|
|||
|
|||
Is there a way to actually get the pop up back after you choose it to not show up on a new reply?
I would like a way to have the option of publishing new threads, but not every post. I declined to publish a new post, clicked "Always do this for..." and now I can't get it back at all. Any suggestions? Is this right in front of my face? lol |
#960
|
||||
|
||||
Quote:
Quote:
Quote:
2. the mod assumes that the user has a valid email since the user confirmed his/her email when they registered for a facebook account. Quote:
|
#961
|
|||
|
|||
let me know how it goes
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|