Active
Project:
Drupal for Facebook
Version:
7.x-3.3-beta6
Component:
Facebook Connect
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2013 at 10:24 UTC
Updated:
16 Apr 2013 at 01:45 UTC
Hi, Thanks for the module.
When a user connects through facebook their fb display picture is displayed on the user account page.
When the user creates a node no picture is displayed. If they then upload a user picture the user picture will override their display picture on the account page, and their display picture will now show on the new node.
So how do I get their fb picture to display on nodes/comments?
Comments
Comment #1
Dave Cohen commentedIn the fb_user settings, have you select "machine-friendly" or "user-friendly" names?
fb_connect module tries to override theme('user_picture') to display a facebook user picture when it can. It either can't determine the user's facebook id or your theme is not using theme('user_picture') when it should.