Posted by artatac on April 8, 2011 at 4:11pm
as outlined in more detail here http://drupal.org/node/1121102 I am getting on well with OG7 and public/private groups but when I try to add the facility of a content type (assignment_from_pupil) that can ONLY be seen by the student(author) and the teacher (not the other students) - the og privategroups and their private content become viewable by all. If I turn off content-access module it behaves but then I have no ability to have a content-type that can only be seen by the the author. Any thoughts, I had it working well in D6, but would like to upgrade
Comments
any guidance on this please?
any guidance on this please?
They dont work together... yet!
When you combine NodeAccess modules together, they really need extensive testing and coding to get them to work together. One may undo what the other does. For instance, OG denies the user access, but content access accepts it. Content Access can over-ride OG (or the other way around). Their needs to be a priority (or weight) system in place, so that if Content Access sees that OG wrote the permission and Content Access tries to over ride it, it can only do so if Content Access has a higher node access weight. This maybe a good goal for D8. I dont think it exists in D7:(
--Sig--
Owner of Proper Programming, LLC a software and website development firm.
Wait
http://api.drupal.org/api/drupal/developer--hooks--core.php/function/hoo...
From what I am learning... Node Access in d6 does include a weight, but I would think these two modules have not been written to work together. The weights seem to be on the code level and thus is up to the module and not set by users. Maybe a node access weight manager module with a UI to adjust weights could help this issue. But as you can see I am VERY new to this.
--Sig--
Owner of Proper Programming, LLC a software and website development firm.