I've been trying to get this module to work the whole evening with no results.

From my understanding, I should be able to use this module like so:
Add image field to a profile type, let the user upload an image to it, and then have drupal use that image in place of 'user_picture' where needed, right?
I've read the other posts here but I still don't get it.

Anyway here's what I've done so far

1) I've installed the module.
2) I've gone into this menu
http://prntscr.com/3ey54d

I've tried both source entity types. But I suspect that I need to use profile2, since I'm using it for my profiles.

3) I've filled in the "Machine name of source bundle", I've tried using profile2's machine name 'profile2', I've also tried to use my profiles machine name 'main' http://prntscr.com/3ey68o

4) Lastly I've filled in the "Machine name of source field that used as user picture " http://prntscr.com/3ey6l0

But it doesn't work. At least not as far as I can see.

The place I'm using to check is when a user sends a "friend request", the receiving user should then see a list of users that has requested friendship, complete with a thumbnail image of the requester. But for me it looks like so:

http://prntscr.com/3ey7rs I'm still working on css so it looks a little funky, but the thumbnail images, which as far as I can see are fetched from 'user_picture' aren't there. Any help will be appreciated =)