By David Ipswich on
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
Maybe this can't be done
Maybe this can't be done using Views?
_
It should be doable. You would use an argument in order to limit the display to friends of the current user.
I have tried that, but non of
I have tried that, but non of the options seem to fit the bill.