I've using user-relationship and views modules.

I've set up a two way user relationship of 'friends'.

I've used Views to create a page of 'friends', and this creates a list of everyone who has been approved as a 'friend' by anyone.

How do I filter this view so that it only shows the 'friends' of the current user?

Comments

David Ipswich’s picture

Maybe this can't be done using Views?

WorldFallz’s picture

It should be doable. You would use an argument in order to limit the display to friends of the current user.

David Ipswich’s picture

I have tried that, but non of the options seem to fit the bill.