Posted by EricT206 on April 27, 2010 at 12:36am
I am working on an application and have hit a road block. I posted for help in the main Drupal support area but with similar posts from others going unanswered, I'd like to look for hands on help locally. The original post is here:
If there's a quick answer, I would greatly appreciate it. If custom development is required, then I'd like to find a Drupal expert who can validate or help with my design approach, give a reliable estimate, and create the missing piece.
Eric
Comments
Multiple Options
Looks Good
http://drupal.org/project/node_access
One of these modules might do it depending on how its setup
http://drupal.org/project/domain_admin
http://drupal.org/project/context
http://drupal.org/project/og
Roll your own
http://api.drupal.org/api/function/node_access/6
http://api.drupal.org/api/drupal/developer--examples--node_access_exampl...
OG
I think the advice you got on your forum post is sound. OG is a perfectly reasonable approach to this, and probably what I would use.
OG
You're right, OG is exactly what I need. It was the OG terminiology that had been the barrier. Thanks.