Hi I'm seeing a problem where having content access enabled makes all group posts public:
http://drupal.org/node/359414#comment-1202979

not sure if this is an issue with og, content_access or og_user_roles, so posting here as a support request.
is there a compatibility issue with og_user_roles and content_access?

Comments

somebodysysop’s picture

The first thing I would do is disable OG User Roles and see if the problem persists. If it doesn't, then you've need to look at your OGUR settings.

OGUR will only have an effect here if you've enabled TAC/OG Integration (and installed the associated node.module patch). Of course, you should only have done that if you were sure about what you were doing. This is documented here: http://drupal.org/node/165319

justin.hopkins’s picture

You need to set the "Give content node grants priority: " setting in the Advanced fieldset of Access Control for the given content type to -10. This should make the problem disappear.

I had this same "Issue" using D6, OG, and Content Access (among many other modules at this point). I do now have OGR installed, but what you described happened upon installing Content Access, not OGR.

I've testing this quite a bit, so please let me know if it doesn't work for you.

I'd suggest closing this ticket. Even if my fix doesn't work, this really isn't anything to do with the OGR module.

tborrome’s picture

Status: Active » Closed (fixed)

Justin,
Thanks your solution worked. It seems though that all content types has to be set to -10 ("Give content node grants priority: ") to make sure that they are kept private in their respective groups.

Should this be an enhancement request to content_access to default the value for ("Give content node grants priority: ") to -10? I'll update the content_access issue and close this one.

Here's the content_access issue:
http://drupal.org/node/359518

Thanks again!