Hi,

I'm trying to achieve an activity view to put on each user's "homepage" which would list all activities of that user + those initiated by all that user's friends.
This should be able to collect all activities, not just activity on nodes, but also those of type "user" and possible future ones (there's a patch to get user_relationship type activity)

So far I haven't been able to get this result.

How should such a view be configured?

ARGUMENTS:
The view should take the user I am currently viewing for an argument.

RELATIONSHIPS:
which relationships? activity:user and activity:node?

FILTERS:?

If I understand it correctly, the user_flag module provides a filter to limit the view for flagged friends. Is it possible to achieve the same for user_relationships?

The description of the latest dev snapshot seems to suggest it, but...

Any help would be really sweeet! :-)

thanks!

Comments

pribeh’s picture

Hi vermario, I don't understand what's different about your request from http://drupal.org/node/549574#new

My request was to display a user's activity + the users friends' activity (using UR) in one view.

vermario’s picture

Hi pribeh,

I think what's different is that you mentioned "facebook statuses + nodes" and I would like to list activity not necessarily related to nodes, but also of the type "user" and "user relationship api". Because, using user_relationship_access module, I can get a view which is limited to activity related to nodes the user has access to... My request is supposed to be more general, and replicating a functionality which I think used to be included in activity 1.

What do you think? Makes sense? :)

pribeh’s picture

Ya, that's the same thing I requested. fb statuses are not nodes so hence this request we share. I've moved on to using flag_friend and flags but I will review how I got this to work with UR and repost the view shortly.

vermario’s picture

That would be brilliant! Thanks!

Scott Reynolds’s picture

Status: Active » Closed (duplicate)