Hey there,

Thanks for the great module :) I'm using it with organic groups, so every group has their own status stream. I want all authenticated users to be able to post to group streams, not matter if they're a member of that group or not. I have enabled the "post to other streams" permission, but it seems to make no difference; the module still only allows group members to post on that group's stream.
Could you please help me out here? Am I missing something?

Thanks for your help!
Cheers, Tina

Comments

IceCreamYou’s picture

Status: Active » Closed (works as designed)

If your group entity type is a node, you should be able to achieve this by rearranging the priority of the contexts in the module's settings to put the Node context above the OG context. Doing so will make statuses attach to the group node without dealing with group permissions. Otherwise you may need to write some code to extend the OG context.

TinaRey’s picture

Brilliant, it's working! Thank you :)