Closed (fixed)
Project:
Facebook-style Statuses (Microblog)
Version:
6.x-2.0-rc1
Component:
Code - Functionality
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
9 Jul 2009 at 19:16 UTC
Updated:
16 Aug 2010 at 19:25 UTC
Comments
Comment #1
icecreamyou commentedI'm going to assume you're working with 2.x because I have no interest in developing code for a branch of OG that will soon be deprecated.
Quick hack that could potentially get pretty slow on very large sites:
I like the idea of Views integration but I don't have time to look into it right now. I'm thinking a simple relationship should do the trick though.
Comment #2
jct commentedThanks for such an amazingly quick response!
The code was a good start, but didn't quite associate itself with groups. My php skills aren't very good, but I was able to tweak things so that the list only shows on group pages were the user is a member (using this in a block).
My only problem at this point is that the status list isn't limited to group members (statuses from all site users show in the list).
Thanks again for the help.
Comment #3
icecreamyou commentedYour change just made it so users in any child or parent group of the currently viewed group would be included in the list of status updates. Probably I wasn't clear: the code only works on group pages, not node pages. I don't have the time or resources to help you more than this but I'll probably get to OG integration via Views before the next stable release.
Comment #4
jct commentedThanks for the clarification. I greatly appreciate the help you've given--thanks for considering Views 2 integration sometime in the future.
Comment #5
icecreamyou commentedIt turns out you can do this with a User view. Facebook-style Statuses fields/filters/sorts/arguments should work in User views and Organic Group arguments/filters appear there too.
Comment #7
AntiNSA commentedI am having a very difficult time getting a views filter to show only the statuses from group members in organic groups. Can you help tell me how you manages to get this to work? I have tried everything, filters, and relationships, but no matter what all statuses are being shown. Any suggestions would be greatly appreciated.
Comment #8
icecreamyou commentedIt is extremely irritating when you post the same issue in multiple places, especially in closed issues. Stop it.
Comment #9
AntiNSA commentedsorry . Here is where i am folowing if anyone else is looking for the same thing http://drupal.org/node/883414