I am using this module and it works like a charm. Good work on it.

My question is, though, when using the views for a block, I am trying to get it so that on a user's profile page, the gifts show that particular profile's gifts, not the user who is logged in.

For example, if person A is logged in and goes to person B's profile, is there a way to make it so the block shows person B's gifts? The only place the block is enabled is on the profile page, so I am not worried about the block showing different things on different pages, I only need it to always show a particular person's gifts, not necessarily the person who is logged in.

Thanks for your help.

Comments

drupalprojects’s picture

Assigned: Unassigned » drupalprojects
drupalprojects’s picture

hi

Thanks for your interest.
I will add this feature in near future, but for now you can create your own view with Node Gift fields and configure arguments & arguments handling code to get what you want on profile page.

ChristieLuv’s picture

Yes I think this would be a wonderful feature as well.

ChristieLuv’s picture

I was wondering if you could post the PHP code for the argument handler while making the view? It would help so much! I haven't figured out how to make an argument show in a block and I'm a novice with PHP. Just to be sure I set the argument type to "Node Gift: UID is Receiver" and it seemed to work with a page but not a block. Let me also say that this is an amazing module! Thank you!