Posted by chenhaw on June 17, 2013 at 9:59am
I am in the middle of figuring how to setup a per user based group content access permission.
The scenario is like this.
I have a group of users, when publishing a post into the group, the author will be able to select which member from the group will be able to access the content.
Anyone has experience on this kind of implementation, mind to share?
Comments
OG Content Access
Hi,
I've written a module for D6 that does something similar.
It allows you to specify which roles are able to view node content types. This integrates well with OG Users Roles modules where a OG Admin can give a member of the group a "staff" role and then configure it so that only that "staff' role can view node content type "article" or whatever.
I've got a blog post about it: http://enginx.com/content/og-content-access which further links to the inside of how this works.
This should be achievable quite similar in D7 too.
Regards,
Liran.