Hello,
I cloned the statuses_all view and put a filter to show only Statuses from OG groups.
Now I need to figure out how to show only Statuses from groups which the user is member.
I had try to mess with the relationships but I didn't work.

Any ideas?

Thanks

Comments

festerm’s picture

Ok,
looks like the problem is in the
"if (module_exists('og_views')) {"
on statuses.view.inc line 385.
If you comment this line the handler "statuses_views_handler_filter_og" become active and you will find the filter in the views.

IceCreamYou’s picture

Category: Support request » Bug report
Priority: Major » Normal
Issue summary: View changes
Status: Active » Fixed

Committed fix to dev, thanks.

  • IceCreamYou committed 7770688 on 7.x-1.x
    Issue #2074519: How to filter view to show only OG Statuses from...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.