The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
YAFB - Yay! Another Facebook Bridge Details »» | |||||||||||||||||||||||||||
The add-on has been updated to reflect Facebook new policy starting October 1st (read more here). Basically this is a maintenance update for user of this add-on from the past. The add-on now supports vBulletin 3.8.x only. In this new version, there are only the basic features: register and login (some simple sharing too). It keeps old settings so you don't need to re-configure.
How to update (this is important): 1. Disable the add-on in AdminCP 2. Upload files in the package (make sure you disable the add-on before uploading) 3. Import the xml in the package, choose Yes to rewrite. 4. Re-enable the add-on 5. Done Just remember to disable the add-on before uploading files and you will be okie. A little note for attachment downloads: - YAFB v1.4 had been downloaded 36 times before I removed it - YAFB v1.5: 4 downloads, YAFB v1.5.1: 26 downloads, YAFB v1.6: 29 downloads, YAFB v1.7: 22 downloads, YAFB v1.8: 48 downloads - YAFB v1.9: 150 downloads - YAFB v2.0: 31 downloads, YAFB v2.0.1: 10 downloads, YAFB v2.0.2: 49 downloads, YAFB v2.1: 55 downloads; YAFB v2.2: 1210 downloads; YAFB v2.2.5: 661 downloads Download Now
Show Your Support
|
Comments |
#792
|
|||
|
|||
couple questions...
> is this addon dead? > If i install this... will my existing users that used a previous FB CONNECT ADDON (by Silk) still be able to login? |
#793
|
|||
|
|||
When I click "Connect with Facebook," I am directed to the URL /facebook.php?do=connect&req=1 and see only a blank page. Help!
|
#794
|
|||
|
|||
as i mentioned... i think this project is dead....
|
#795
|
||||
|
||||
So, there is no more Google account nor Facebook bridge working for v 3.8.?
|
#796
|
|||
|
|||
PHP Fatal error: Call to undefined method vB_Database::quer_write() in /home/forumtest/public_html/fbb/cron_hourly.php on line 25
Code:
$vbulletin->db->quer_write(" help me friends |
#797
|
|||
|
|||
PHP Fatal error: Call to undefined method vB_Database::quer_write() in /home/forumtest/public_html/fbb/cron_hourly.php on line 25
cron_hourly.php Code:
<?php /*======================================================================*\ || #################################################################### || || # Yay! Another Facebook Bridge 5.0 || # Coded by Dao Hoang Son || # Contact: daohoangson@gmail.com || # Check out my hompage: http://daohoangson.com/ || # Last Updated: 10:19 September 29, 2011 || #################################################################### || \*======================================================================*/ // ####################### SET PHP ENVIRONMENT ########################### error_reporting(E_ALL & ~E_NOTICE & ~8192); if (!is_object($vbulletin->db)) die('I AM A VBULLETIN CRONJOB. LEAVE ME ALONE!'); // ######################################################################## // ######################### START MAIN SCRIPT ############################ // ######################################################################## $logs = array(); if ($vbulletin->options['fbb_log_cleanup']) { //sometimes our init code won't be run so we need to use direct option array from vBulletin $timelimit = TIMENOW - $vbulletin->options['fbb_log_cleanup'] * 24 * 60 * 60; $vbulletin->db->quer_write(" DELETE FROM `" . TABLE_PREFIX . "fbb_log` WHERE timeline < $timelimit "); $logs[] = 'YAFB\'s log'; } if ($log_info) { log_cron_action(implode(', ',$logs), $nextitem, 1); } ?> $vbulletin->db->quer_write(" friends |
#798
|
|||
|
|||
Quote:
|
#800
|
||||
|
||||
Working for me.... but still testing 3.8.8
|
#801
|
|||
|
|||
Just tried to test this on 3.8.5
After clicking the 'connect with FB' link in the navbar then signing in on FB I am getting: HTTP 500 Internal server error on this URL https://www.facebook.com/login.php?l...%26ret%3Dlogin |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|