I created a new group, and every new post I make in it is available to the anonymous user, even though I do NOT check the "public" box. I have another site running the same version of OG where I do not have this problem, so it's got to be some sort of configuratin or contrib module issue.

In OG settings, visibility of posts: Visibility chosen by author/editor using a checkbox on the posting form. Checkbox defaults to Private.

The obvious suspect was some sort of node access conflict, typically with Taxonomy. There are taxonomies associated with most of the nodes in question, but NONE are selected. Also, at least one of the nodes in question has NO taxonomy associated with it, the public box is NOT checked, and yet it still appears to anonymous users.

I looked at this issue: http://drupal.org/node/69297. OG Node Access is turned on.

There's something I have overlooked, but I just can't figure it out. Any suggestions at what I should look at?

Comments

moshe weitzman’s picture

Status: Active » Postponed (maintainer needs more info)

can you try the latest release candidate? see http://drupal.org/node/205228. i moved some code around and might have nipped this.

SomebodySysop’s picture

Status: Postponed (maintainer needs more info) » Fixed

In my case, I discovered that this was related to TAC (even though no taxonomies were selected). I documented what I found here, in case someone else has a similar problem: http://www.scbbs.com/node/326

After deleting the line in the term_access table granting anonymous users "view" access, OG works as expected (group content cannot be viewed by non-group members unless it is marked "Public"). Of course, now users don't have access to any content created unless it is specifically associated with a group or taxonomy -- but, I guess that's better than what was happening before.

Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.