Hi,

I'm trying to build a view that includes both the user's content PLUS their friend's content. In specific, I'm using it in conjunction with facebook_statuses, attempting to replicate a twitteresque follow aggregation of status updates that the user can see of their, and their friends', content. Is this possible? Sorry if this is a duplicate, I could not find another support request such as this.

Thomas

Comments

alex.k’s picture

It should be possible, though a solution doesn't come to mind right away. Look into http://drupal.org/project/views_or module perhaps.

pribeh’s picture

Cool, thanks Alex. I'll definitely check it out and report back with my results.

audaciousweb’s picture

(removed) I realized this is possible, there is another post a few posts down that talks about a similar topic to this, you have to set "User relationships: Requester user" in the "relationships" before being able to add relationships to the current user.

pribeh’s picture

sorry, audaciousweb, which post is this you're referring to? I've tried adding "User Relationships: Requester user" but there must be something else I have to add for it to show relationship statuses as well. I've tried looking at views_or but it only works for nodes - but it will work.

mrf’s picture

Status: Active » Closed (duplicate)

Marking this as a duplicate of #455792: default "user_relationships_content" View doesn't work for one-way relationships feel free to re-open if I'm missing something unique about this one.