Hi, Thanks for this great module.
I am playing with the og functionality now. What I would like to have is a microblog page listing all the statuses in the og; so from og-members and within a specific group. Is that possible with the current version?
Some info:
To test it I cloned the default context aware view and added three new blocks and changed the css to user, node and og. In admin/settings/facebook_status/contexts I changed the view to the new view and the three specific dom selectors (user, node, og). I added these blocks at every page (using the Context module) and tested it at a user, node, og-view and og-node. After posting a status the right block refreshed so it looks like the right context is triggered. Posting a status at a node within an og gives a "[user] » [node-title] [message]", so not showing up in the statuses listing.
Then, after a page-refresh every block has the new status, and also on every page (user, outside group, in different groups).
Am I doing something wrong, am I trying something that is not yet possible or should it work?
btw, it seems related to #1066234: Facebook-style status block not recognizing it's on a OG or on a node
thanks!
Comments
Comment #1
avdp commentedok, some further testing:
Node: new status at a node updates the block with div.status-node automatically. After page refresh all three blocks list only statuses of this node [user] » [node-title] [message]
View: new status at a view updates the block with div.status-user automatically. After page refresh all three bocks list user-stream.
OG views-listing-page: new status at an og-view updates the block with div.status-og automatically. After page refresh all three blocks list og-stream with all statuses from all og's.
OG-node: new status at an og-node updates the block with div.status-node automatically. After page refresh all three blocks list node-stream with statuses from this node.
I am interested in a views page and block listing all statuses within one specific group.The page extensive with a pager and the block the last 5. Adding a status should be possible at every page within the group (views listing and node) and added to the og-specific stream... possible?
Comment #2
mastermtg commentedI am having the same problem as the original post.
Comment #3
totocol commentedClone recent members block and change content to facebook status updates
Comment #4
icecreamyou commentedThe part about your views being different when you refresh just seems like a problem with your Views configuration to me, and not a bug in the module.
To do this, you just need a status View with the "Recipient type" filter set to "og" and a "Recipient ID" argument.
Comment #5
totocol commentedThis is my view code if it helps in any way.Just need to make sure when you read it to ensure you use the same field names that you sue on your views or the code will not work.