I have various different content types and I want to filter by using views.

So say a block only displays content posted in groups that you are a member of. I've created my generic view which so far displays all content of that type, but I'm struggling with linking this to content only posted in groups your a member of.

I've looked at the Organic Groups filters but no luck there. I suspect I might need to use some sort of relationship but I'm stuck there.

Any help would be greatly appreciated.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Found out you need to set a relationship between Organic Groups: Group node (post) and Organic Groups: group Member filter.

link|improve this answer
feedback

There are couple of ways of solving this. The one which i preffer is using taxonomy to categorize the wanted content, and set the relashionships in the view depending on the category. The second way is to use the relashionships depending of the content fields, from CCK.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.