Hi,

first thank you very much for this great module!!!! It really brings much possibilities which I really appreciate!

Now I try to find a way to list all users who have flagged the user who is currently logged in with a view. I want to show the user when he is logged in which users have flagged him. Do you have any ideas?

Greez,
Tobias

Comments

bensquare’s picture

good question ..I also want to know ..subscribing..

quicksketch’s picture

This is identical to setting up a list of Flagged nodes as described in the handbook: http://drupal.org/node/326308. The only differences are you will use a User-view instead of a node-view, and you won't use an argument for NID. Instead you'll add a filter for "User: Current" and then select your "Flag: user" relationship so that the list of flagged content is limited to that user's ID.

bensquare’s picture

very clever... I used to think it needs a customised modules for that..

thx quicksketch for your guide to the right direction

quicksketch’s picture

Status: Active » Closed (fixed)
AntiNSA’s picture

Title: How to get a list of users who has flagged current logged in user » How to get a list of users who has flagged current logged in user--how to get list of user whose profile is being viewed?
Status: Closed (fixed) » Active

This as far as I can tell shows who flagged the logged in user's content. I need to figure out how to display the user profile being viewed, being viewed by any user, the people who have recently flagged their content... I can display on conetent nodes users who have frlagged that node, however I now only want to display users who have flagged content from the user whos profile is being viewed. I know this should be simple, but I cant quite figure out the proper arguement. If anyone knows that would be great if they filled me in.

joachim’s picture

Status: Active » Closed (fixed)

This should be doable with a different views argument.

1.x is no longer supported, so closing.