Right now I run a site where users can post content, but depending on what terms they tag that content with, it becomes restricted to certain roles. I am using Taxonomy Access to accomplish this right now.
Thing is, I want to install Organic Groups as it has a number of features I like. I know the two systems don't work well together at the moment, but I would like to keep a similar functionality where a story that is posted with a certain term is associated to a specific group and only visible by members of that group. I know I can do something similar by posting things to a certain group, but that removes some of the user friendliness of the system I have now.
Is there a way to get these two modules to play nicely together? Or even better, a way to convert what I have now with Taxonomy Access to Organic Groups?
Thanks.
Comments
Nope
No, there isn't a way just yet, but there's on in the makings.
For reasons I try to figure out myself, Drupal doesn't seem to be able to handle different "realm" entries in node_access for parallel use of access modules. There is a new module called node access arbitrator and a patch for og.module for combined use of access modules.
Is this possible..
now?