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 |
#782
|
||||
|
||||
i have also made this similar to all the other fb connect so when a user is logged in with fb it will display their fb avatar, just like vb4 or that old fb connect.
i will only provide the code, feel free to edit it to your theme as you wish this is just standard vb3 theme placement, and may not be the perfect spot for you but try it out: open template navbar find: Code:
<img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div> </if> </td> Code:
<if condition="$bbuserinfo[fbuid]"> <td class="alt2" align="center" style="width:51px;padding:4px;"> <div style="position:relative;padding:3px;"> <a target="_new" href="http://www.facebook.com/profile.php?id=$bbuserinfo[fbuid]"> <img width="40" height="40" alt="Connected with Facebook" src="https://graph.facebook.com/$bbuserinfo[fbuid]/picture" title="Connected with Facebook" border="0" > <img style="width: 15px; height: 15px; position: absolute; left: 2px; top: -3px; z-index: 2;" alt="Connected with Facebook" src="$vboptions[bburl]/fbb/facebook_logo_16x16.gif" title="Connected with Facebook" border="0" /> </a> </div> </td> </if> for people who know what theyre doing: so with that snippit you shoud catch the main condition for the fb id and the if condition for fb users. if condition for fb logged in users being Code:
<if condition="$bbuserinfo[fbuid]"> Code:
$bbuserinfo[fbuid] note: i will not provide support for the code placement in your theme, i gave placement for stock theme, which is the best spot for the main theme. any highly customized themes were the vb navbar looks TOTALLY different you may have to play with it to get it perfect but if your navbar looks kinda default it should work good. also my question in the previous post still stands if anyone could help with that. |
#783
|
|||
|
|||
Same question from me
|
Благодарность от: | ||
RyanFabbro |
#784
|
||||
|
||||
hey diretur, i think i solved this, i removed the plugin for the logout process. i havent really tested it excessively, but it seems to be working how were wanting it to.
with this, your user is on facebook decides to goto your site and hits login with facebook, and there good to go. now when they logout, and try to log back in (it normally requires re log into facebook also) but not now! =) it will just relog them right back in if they click the button. like i said i havent tested it a whole lot just loged into facebook once and kept logging in and out of my site (about 5 times) seems to work, but if you notice anything not working please let me know. you can either use this attachment when you install or just goto your plugin manager under YAFB find Logout Process (includes/functions_login.php) and disable only that plugin not the whole system |
#785
|
||||
|
||||
I have now noticed that I am getting this message when trying to login using the facebook login option
An error occurred while connect with Facebook. Please try again later. Not sure when this started or what I can do to fix it, can anyone please assist please Thank You |
#786
|
||||
|
||||
at least im not alone i kept quite, not knowing if it was a setting i messed up or a product conflict, but i too am getting this error. weird thing is it was working perfect for a while then all of a sudden no more.
i wonder if facebook updated something within the last few days? |
#787
|
||||
|
||||
Quote:
|
Благодарность от: | ||
RyanFabbro |
#788
|
||||
|
||||
im actually trying to fix it myself, probally end up with a whole new product. but ill let you know how it goes
|
#789
|
|||
|
|||
Quote:
And the I saw the addon you have made, for the avatar which was awesome, and boom also doesnt work! I tested it with a few boards... And not working at at all... so I think this there is a problem with this addon... Anyways, I must give it up for the developers hard job and thanks for sharing, else this one is kinda waste of time installing! |
#790
|
||||
|
||||
Awesome I appreciate you taking this on, I love the addon and look forward to your new product
|
#791
|
||||
|
||||
Quote:
im also looking into source files of another multi social login product too. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|