Version: 5.0.4b, by mrpaint
Developer Last Online: Nov 2023
Category: Integration with vBulletin -
Version: 3.8.7
Rating:
Released: 09-18-2009
Last Update: 09-29-2011
Installs: 232
DB Changes Uses Plugins Auto-Templates
Re-useable Code Additional Files Translations Is in Beta Stage
No support by the author.
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
I am now getting this error as well. REPAIR does nothing to help it. phpMyAdmin is also showing the error...nothing is correcting it.
You got PM
Quote:
Originally Posted by filt
I tried this on my Swedish board... i get some errors in the facebook feed with the swedish swedish characters...
It should be:
My board runs on charset ISO-8859-1
Also, i cant seem to find all the templates.. id love to help you translate the application to Swedish...
Hi,
I'm experimenting character encoding from diffrent charset to UTF-8 (which works best with Facebook) and I will update to you soon.
About the templates and phrases, as I remember now, everything text is phrases, you can do a search in your Phrase Manager (in AdminCP). Thank you
iconv works for me, just tested it on hook_threadratedata_postsave.php
Added $message = iconv('ISO-8859-2','UTF-8',$message); in line 51 and
$notification = iconv('ISO-8859-2','UTF-8',$notification); in 80.
Now rating is properly rendered. Remember, my forum runs ISO-8859-2.
There are 32 hooks only, so doing it on my own every release is not wise solution.
Will wait for author feedback.
This function can only convert string from ISO-8859-1, I intended to use mbstring library or iconv
Quote:
Originally Posted by RadioErewan
iconv works for me, just tested it on hook_threadratedata_postsave.php
Added $message = iconv('ISO-8859-2','UTF-8',$message); in line 51 and
$notification = iconv('ISO-8859-2','UTF-8',$notification); in 80.
Now rating is properly rendered. Remember, my forum runs ISO-8859-2.
There are 32 hooks only, so doing it on my own every release is not wise solution.
Will wait for author feedback.
Regards
Hi,
If you are a coder and open fbb/functions.php you will find out a function named "fb_encoding_to_Facebook" I intended to use to convert encoding. Hmm, but it give the wrong result so for most of the functions, I commented out the encoding part. But as you confirmed that iconv works, I will provide you with a new functions.php soon. You test it and tell me the result, okie?
Regards,
PS: Yeah, 42 hooks with manual editing is definitely not a wise way to do this Let the developer (me, haha) do his work!
If you are a coder and open fbb/functions.php you will find out a function named "fb_encoding_to_Facebook" I intended to use to convert encoding. Hmm, but it give the wrong result so for most of the functions, I commented out the encoding part. But as you confirmed that iconv works, I will provide you with a new functions.php soon. You test it and tell me the result, okie?
Okie :-) Just uncommented three calls to fb_encoding_to_Facebook (replaced mbconvert with iconv), and nothing changed. Still titles are truncated at first polilsh diacritic mark in shorts sent to wall.
Okie :-) Just uncommented three calls to fb_encoding_to_Facebook (replaced mbconvert with iconv), and nothing changed. Still titles are truncated at first polilsh diacritic mark in shorts sent to wall.
Regards
Oh oh, I sent you a PM. Did you read it? The new functions.php script is sent
What about automatically bringing across some Facebook details? I like to collect users first and last names but don't really want these on the register page. Would you be able to set something up in the admin section so we can link some details from Facebook to specific profile fields.
Haven't installed this yet as I was trying your demo board listed in the first post and I like the looks of it so far but I'm running into one issue. I enter my username, password and email to register and I keep getting this error on your demo board:
Quote:
You must enter at least 5 characters for the intro.
I can't get past this point to see if how it works with facebook and to adjust user settings.