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
vBulletin works well with PHP5 (and from sources that I heard, vBulletin 4 only supports PHP5)
About your error of cut off page, please check the Log Viewer to see if there is anything useful. Thank you
Looking at the error log in my root directory, I get the following memory error:
PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 19456 bytes) in /home/.../public_html/fbb/hook_admin_options_print.php on line 37
Wanted to say thank you much for such a great mod....I wanted to ask a question as I dont know if this is a bug or not but wanted to see if there is a way to correct this..
Currently I have enabled that Share It feature which shows up in every post, this is good BUT the issue is that the Share It button show not show up in hidden or restricted forums as that feature should follow the same rules as the other posting options that are restricted in those forums..
I also wanted to see how I can get some intergration with vbportal such as having the login with facebook button show up in the login area on my portal.
Thank for the great work
Some guys from previous pages just edit his templates and the button appears. So... member can login when they are viewing the portal page. I think you can do the same way to display the connect button.
Yeah, I will change the code to prevent the share button to be displayed in such cases
Quote:
Originally Posted by Matt Lathrop
I think I found the issue the default values for your tables in the database for a user NOT using FB connect are 0:blank:NULL (for fbuid:fbssk:fboptions) I have for all the users I moved over blank:NULL:0. Any chance that is causing the error? If so could you halp me fix it by giving me a query to fix it (I'm REALLY bad with mysql)
Oh, try this one
Code:
UPDATE `[put_your_table_prefix_here]user`
SET fbuid = '0'
WHERE fbuid = ''
MySQL Error : Incorrect information in file: './database_name/fbb_log.frm'
Error Number : 1033
Request Date : Saturday, October 24th 2009 @ 10:31:09 AM
Error Date : Saturday, October 24th 2009 @ 10:31:10 AM
Script : http://www.mydomain.com/admincp/fbb_admin.php?do=log
Referrer : http://www.mydomain.com/admincp/index.php?do=nav
IP Address : My Ip Address
Username : mike
Classname : vB_Database
MySQL Version : 5.0.81-community-log
Hmm, looks like there is something wrong with our log table. please try to repair in via AdminCP > Maintenance > Repair/Optimize Table
Quote:
Originally Posted by bgootz
Looking at the error log in my root directory, I get the following memory error:
PHP Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 19456 bytes) in /home/.../public_html/fbb/hook_admin_options_print.php on line 37
Do you know what this means?
Your server restricted the allowed memory size too much. Ask your hosting provider to increase the value a little bit (My Blue Host shared hosting has this limit set at 32MB).
Yes, maybe. As you are looking on the log, you can find out if usercp.php got the error too
Nothing referring to usercp.php :/ There are a few others referring to functions_editor.php and class_bitfield_builder.php but I don't know enough of vBulletin to know what these scripts are really doing. Can you venture a guess??
Some guys from previous pages just edit his templates and the button appears. So... member can login when they are viewing the portal page. I think you can do the same way to display the connect button.
Yeah, I will change the code to prevent the share button to be displayed in such cases
Oh, try this one
Code:
UPDATE `[put_your_table_prefix_here]user`
SET fbuid = '0'
WHERE fbuid = ''
Nothing referring to usercp.php :/ There are a few others referring to functions_editor.php and class_bitfield_builder.php but I don't know enough of vBulletin to know what these scripts are really doing. Can you venture a guess??
File functions_editor is used to render editor (posting thread, replying, sending pm, sending vm,etc). File class_bitfield_builder is used for some AdminCP specific actions which render bitfield values or construct the array.
To solve the problem, just ask your hosting provider to increase the limit for you (to 32MB as I suggested). Or you can open the php.ini and edit it yourself. More information is available on... Google.com
Quote:
Originally Posted by minman40324
Ok now i get this error after i run it.
fbb_log Check Error: Incorrect information in file: './mydatabase/fbb_log.frm'
fbb_log Check Error: Corrupt
Were you checking or reparing table? According to REPAIR TABLE document from MySQL, it can fix that corrupted file. If it doesn't work. Tell me