Hi,

When a user that does not have a photo on FB joins the site, instead of the FB default picture, or my site's default picture, the friends block displays the FB picture of the friend above him. The duplicate picture also links to that friend's user profile (meaning, links to the user who's picture it really is).

Yossi.

Comments

yossilac’s picture

OK, solved it for now -

on

theme_render_friends_list_fbconnect($data)

I have commented out

if ($account->picture && file_exists($account->picture)) {

so now the block shows the drupal site's default picture.
A better solution will be to save Facebook's default picture instead, though.

vectoroc’s picture

Status: Active » Closed (fixed)