I am attempting to set up 2 new views integrated with the flag module. I have set up a flag to follow / unfollow a user. I want to set up two views to show a list of users a user follow, and one that shows who follows the user we are viewing. I have created a view to show the users the user is following and added the following relationships and contextual filters:
Relationships:
Flags: User flag - any user Flags: User
Contextual filters User: Uid - Provide a default value user id from URL.
My views path is user/%/following but it is not displaying any results. Any ideas? and how could i go about setting up the second view?
Thanks