I was thinking about og for a project that I'm working on, with a similar goal: organic groups for users but high privacy restriction for non-users. A more elegant solution might be to automatically subscribe all users to an "authenticated" organic group. All default content would be assigned to the "authenticated" group, providing the same sort of privacy node_perm could provide. I haven't gone so far as to looking at implementing this, but if it something you would like to collaborate on, I would be eager to work with you. Cheers, Mark Fredrickson E-Advocacy Manager Planned Parenthood Minnesota, North Dakota, South Dakota 1200 Lagoon Ave. Minneapolis, MN 55408 Ph: 612.821.6154 Fax: 612.825.3522 Email: mfredrickson@ppmns.org Are you a member of the Action Network? http://www.ppaction.org/ppmsd/join.tcl
From: Gordon Heydon <gordon@heydon.com.au> Reply-To: <development@drupal.org> Date: Mon, 28 Nov 2005 22:01:48 +1100 To: <development@drupal.org> Subject: [bayes][bcc][faked-from] Re: [development] node access issue
Hi,
Thanks for this, this seems like a fairly simple option that may work fairly well, and meet the requirements.
Thanks Gordon.
On Mon, 2005-11-28 at 09:00 +0100, Bèr Kessels wrote:
Its a hairy issue, because Drupal, for example, indexes the whole node in search.
Wozever, your best shot would be to use nodeapi _load and there replace $node->body with something else., when $user->uid == 0 .
Bèr