I want to create a view that list all the content from only viewers that I am following.
Can this be currently done?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Screen Shot 2013-05-06 at 3.40.30 PM.png | 15.57 KB | jpontani |
I want to create a view that list all the content from only viewers that I am following.
Can this be currently done?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Screen Shot 2013-05-06 at 3.40.30 PM.png | 15.57 KB | jpontani |
Comments
Comment #1
jpontani commentedYes, it can be done fairly easily. You just need to add two relationships to a basic 'content' view. First, add the relationship for 'Content: Author', and make it required. Second, add the relationship 'Flags: User flag' (the one that says 'limit results to only those entity flagged by a certain flag'), and set the relationship settings to be 'Flag: People', and 'By: current user'.
This will now list all content created by users that the currently logged in user is following.
Comment #2
jpontani commentedYour relationships should show up as something like

Comment #3
doors commentedThanks a lot @jpontani