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 |
#252
|
||||
|
||||
Quote:
Quote:
Quote:
If someone registered in vBulletin system, they can connect their Facebook accounts in UserCP > Facebook Bridge > Options Not yet but soon. I'm very excited with vBulletin 4.0 right now Can't wait to test it out Quote:
|
#253
|
|||
|
|||
Quote:
That option is not in the Usercp Oh and also my other question I posted? about things not getting posted onto Facebook?? Did you see the screenshot? |
#254
|
||||
|
||||
Quote:
Going from vBnexus to here should not be that difficult. The key will be to filter out the Google Connect information. Ill take a look at it on my test site and see what would need to be done. Edit: This query gets the info from vBnexus to your fields in the user table. Facebook users still have to reconnect so the default settings on Facebook side work but it is pretty painless. Still testing, but feel free to use the code if it will help. Code:
UPDATE vb_users as a, vb_vbnexus_nonvbuser as b SET a.fbuid = b.nonvbid WHERE b.type=1 AND a.userid = b.userid A similar query should work for migrating from Facebook Connect Code:
UPDATE vb_users as a, vb_fbuser as b SET a.fbuid = b.fbuid WHERE b.type=1 AND a.userid = b.userid On a side note, this seems to have some issues with scripts outside of the vb forum path. The Navbar link should probably have the bburl variable in it to correct the problem. Double Edit: The fbb_navbar_button template is to blame for this. By adding the bburl variable to the facebook.php path it now works outside of the vBulletin directory. Code:
<td id="navbar_fbb" class="vbmenu_control"> <a id="navbar_fbb_link" href="$vboptions[bburl]/facebook.php" rel="nofollow"> <img src="$vboptions[bburl]/fbb/facebook_logo_16x16.gif" width="16" height="16" border="0"/> $vbphrase[fbb_navbar_button_text] </a> </td> Sorry if I went overboard there. When I get on a roll it is hard to stop me sometimes |
#255
|
||||
|
||||
@Calash: You did a great thing up there. Thank you, I will include your script and your name in the next release. Is it okie?
|
#256
|
||||
|
||||
Quote:
I looked at your screenshot, it showed that the user was connected but he/she didn't grant any extend permissions (this can prevent post being published in the future) |
#257
|
|||
|
|||
Yes I have inputted the API key and the secret, nothing still shows up in the usercp
|
#258
|
||||
|
||||
Please take screenshots of your settings page (in AdminCP) and your UserCP page (especially the left column). I will try to figure out what's wrong
|
#259
|
||||
|
||||
<a href="http://www.chattaboxforums.com/profile.php?do=fbb" target="_blank">http://www.chattaboxforums.com/profile.php?do=fbb</a>
If I was to guess, I would say your skin is missing the template hook in the Usercp. For kicks I signed up on your site and, by putting the path above in by hand, was able to set my permissions correctly. |
#260
|
|||
|
|||
So how do I solve it ?
|
#261
|
||||
|
||||
Check your USERCP_SHELL template and make sure it has the $template_hook["usercp_navbar_bottom"] hook in it.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|