vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Facebook Icon Not Showing in Facebook-Connect (https://vborg.vbsupport.ru/showthread.php?t=318207)

MacroPhotoPro 04-11-2015 01:46 PM

Facebook Icon Not Showing in Facebook-Connect
 
Hi.

I just upgraded to vBulletin 4.2.3-Beta 4, and the Facebook Connect works flawlessly ... except one minor detail: the user's FB photo isn't coming through (there is just a blank icon):

https://vborg.vbsupport.ru/external/2015/04/16.jpg

It looks like this has been officially updated to bug status in vBulletin 4.2.3.-Beta 4. (Must be previously logged-in to vBulletin.com to view.)

Any info or help from coders who have encountered and overcome this would be appreciated.

Thanks,

ForceHSS 04-11-2015 01:58 PM

You must have it missing from you custom skin go to your images/misc/facebook.gif
and download the facebook.gif to your desktop and upload it into images/custom skin name/misc

MacroPhotoPro 04-11-2015 02:04 PM

Thank you for taking the time to respond.

My concern is, will I have to do this for every new member, when they login and connect to FB?

I was hoping this could be automated through the FB controls, in Admin CP, so that when people connect their little FB image will automatically show.

On my old iteration of vBulletin, with the old FB interface, the upload of the image was automatic.

ForceHSS 04-11-2015 02:49 PM

The blank image you have there normally goes with someone's fb image so if they dont have one it will be blank

MacroPhotoPro 04-11-2015 04:28 PM

Quote:

Originally Posted by ForceHSS (Post 2542853)
The blank image you have there normally goes with someone's fb image so if they dont have one it will be blank

My point is the opposite: That is my FB account, and I do have a FB image ... the entire point of my post is that, on my previous version of vBulletin, my FB image did show up, but on this current vBulletin version it does not show up :confused:

It's not that I "don't have" a FB image, in point of fact I do; it's that there is a bug to where vBulletin 4.2.3-Beta 4 is not extracting/displaying the FB image that I do have when I try to employ Facebook Connect :erm:

Hope that is clear now ...

ForceHSS 04-11-2015 05:10 PM

I use 4.2.3 beta as well but have put in a few fixes for fb maybe that is why mine is working I know lynne posted the fix so check her posts and it was a few weeks ago it was posted

MacroPhotoPro 04-11-2015 09:27 PM

Hi again.

Thanks for the info. I looked under Lynne's post, but couldn't any related to this issue.

What fixes did you put in? Care to share? Maybe they will work :)

ForceHSS 04-11-2015 09:58 PM

I could look over all my changes and post them but this would take time
http://tracker.vbulletin.com/browse/VBIV-15670
This is one of the fixes I added scroll to the bottom and use Joe D fixes

also watch this
https://www.youtube.com/watch?v=w4mmLNb9k04

To put into debug mode
add this line under <?php in your config
Code:

$config['Misc']['debug'] = true;
so it looks like
Code:

<?php
$config['Misc']['debug'] = true;

then to disable it use // so its like
Code:

<?php
//$config['Misc']['debug'] = true;


MacroPhotoPro 04-11-2015 11:42 PM

Thank you very much for your time, sincerely appreciated.

Will read and try & report back!


All times are GMT. The time now is 07:02 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01134 seconds
  • Memory Usage 1,727KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete