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
Comment #1
bensquare commentedgood question ..I also want to know ..subscribing..
Comment #2
quicksketchThis 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.
Comment #3
bensquare commentedvery clever... I used to think it needs a customised modules for that..
thx quicksketch for your guide to the right direction
Comment #4
quicksketchComment #5
AntiNSA commentedThis 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.
Comment #6
joachim commentedThis should be doable with a different views argument.
1.x is no longer supported, so closing.