make a list of your fans

Better late than never, To get your followers of fans you can:

  1. create a view of type users.
  2. create a relationship Flags: User's flaggings.
  3. now this is were most people go wrong you should remove "Include only users who have flagged content."
  4. chose your flag.
  5. Add Contextual filter "Flags: Content ID".
  6. make sure to use the relationship.
  7. WHEN THE FILTER VALUE IS NOT AVAILABLE provide default value of "user Id from logged in user".

--http://drupal.stackexchange.com/questions/6271/view-of-users-flagged-by-a-user-users-flagging-a-user-and-nodes-from-users-fla

原文地址:https://www.cnblogs.com/qinqiu/p/5450608.html