The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Facebook Connect - Update for Facebook PHP SDK (v.3.0.0) Details »» | |||||||||||||||||||||||||||||||||||||||||||
Facebook Connect - Update for Facebook PHP SDK (v.3.0.0)
Developer Last Online: Apr 2014
I rewrote this plugin using ideas from sllik's mod.
Not Supported!! This code is not supported. The Facebook API has since changed. Only provided for open source purposes ... feel free to modify at your own risk. Download Now
Screenshots
Show Your Support
|
3 благодарности(ей) от: | ||
JohorBahru, Taringa! CS, Vibhor |
Comments |
#42
|
|||
|
|||
Quote:
Code:
<script src="//connect.facebook.net/en_US/all.js"></script> |
#43
|
|||
|
|||
Quote:
Copying over a user's avatar, location, age, sex, etc. is definitely doable, just didn't have to time to do it. I wanted to release this first to see how widely accepted it was. |
#44
|
|||
|
|||
What version of php are you running? 3.0.1 has a fix for php versions < 5.3.
|
#45
|
|||
|
|||
We get a XML-error when installing the product:
Processing Instruction not finished in Line 248 |
#46
|
|||
|
|||
Sorry, forget it; my fault!
|
#47
|
|||
|
|||
Quote:
Please... someone who has installed it can put your URL to see how it looks? Thanks! |
#48
|
||||
|
||||
Quote:
<script type="text/javascript" src="http://static.ak.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_GB"></script><script type="text/javascript">FB.init("b429ea3362ecedaaacae88363d481 500");</script><fb:fan profile_id="76722401590" stream="" connections="10" width="300"></fb:fan> maybe better to use an iframe to add it, right? |
#49
|
||||
|
||||
I've got it working fine!
Is it possible to eliminate the user avatar with the facebook icon on navbar? |
#50
|
|||
|
|||
Quote:
No, not really. The FeatureLoader.js is depreciated and is going away in a month or two. just change this ... Code:
<script type="text/javascript" src="http://static.ak.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_GB"></script> <script type="text/javascript">FB.init("b429ea3362ecedaaacae88363d481500");</script> <fb:fan profile_id="76722401590" stream="" connections="10" width="300"></fb:fan> Code:
<fb:fan profile_id="76722401590" stream="" connections="10" width="300"></fb:fan> and if FB Connect is installed correctly it'll work golden. |
#51
|
|||
|
|||
Quote:
change this ... Code:
<if condition="$vbulletin->userinfo['fbuid'] > 0"> <if condition="$show['member']"> <td class="alt2" nowrap="nowrap" align="center" style="width:51px;padding:0px"> <div style="position: relative; padding:0px;"> <a target="_new" href="http://www.facebook.com/profile.php?id={$vbulletin->userinfo['fbuid']}"> <img width="40" height="40" alt="Logged in with Facebook" src="https://graph.facebook.com/{$vbulletin->userinfo['fbuid']}/picture" title="Logged in with Facebook"> <img style="width: 15px; height: 15px; position: absolute; left: 2px; top: -3px; z-index: 2;" alt="Logged in with Facebook" src="images/facebook/fblogo.png" title="Logged in with Facebook" /> </a> </div> </td> <else /> <td class="alt2" nowrap="nowrap" align="center" style="width:58px;padding:0px"> <a href="#" onclick="javascript:fblogin(); return false;"> <img src="images/facebook/fbconnect.png" border="0" /> </a> </td> </if> <else /> <td class="alt2" nowrap="nowrap" align="center" style="width:58px;padding:0px"> <a href="#" onclick="javascript:fblogin(); return false;"> <img src="images/facebook/fbconnect.png" border="0" /> </a> </td> </if> to this ... Code:
<if condition="$vbulletin->userinfo['fbuid'] > 0"> <if condition="!$show['member']"> <td class="alt2" nowrap="nowrap" align="center" style="width:58px;padding:0px"> <a href="#" onclick="javascript:fblogin(); return false;"> <img src="images/facebook/fbconnect.png" border="0" /> </a> </td> </if> <else /> <td class="alt2" nowrap="nowrap" align="center" style="width:58px;padding:0px"> <a href="#" onclick="javascript:fblogin(); return false;"> <img src="images/facebook/fbconnect.png" border="0" /> </a> </td> </if> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|