another views + flags question. Situation: users can flag users. Users can also flag nodes.开发者_如何学Python So, I need list of nodes which were flagged by users, flagged by me.
In other words: I need the list of flagged nodes of users I'm following.
Thanks.
You should be able to do that in Views, by adding relationships to the view. You'd need to add relationships for the flagged users and flagged nodes. Then add filters, based on those relationships.
精彩评论