I have latest taxonomy_access access and patch applied on 4.5.2.
I have set up the site with multiple vocaularies.
1 vocabulary is shared and controls access (everyone, member, staff) => Access Control.
1 vocabulary is to categorize (info, meeting, training, ....) => Category.
1 vocabulary for forum
1 vocabulary for image
.....
I can not get this to work. I am sure there are articles that have a checkmark in the term 'everyone' from Vocabulary 'Access Control'. However the same articles are also containing the vocabulary called 'Category' and taxonomy_access has no checkmark for that vocabulary since that's not used for access control....
Isn't taxonomy_access doing an 'or' on the 2 vocabulary? I don't think so....
If not how can I solve this problem?
I'm now down to patching taxonomy_access to ignore the 'Category' vocabulary it works as expectedd... I did a quick hack and now the uncategorized check will no longer work. But for now this will stand....
Any bright ideas? Do I need to take a different road? node_privacy_byrole is too clumbersome and via a taxonomy I have a nice overview of what role can see that content via taxonomy_html.
Comments
Taxonomy Access logic
OK, yeah, I'm also running into to issues here. I want to have one vocabular control all access issues, but that taxonomy_access pages is wierding me out. Does the system do a logical AND of all your role permissions or a logical OR? Or something else...? And how about with the NON-taxonomic role permissions? The category permissions are ANDed with these, right?
Trying to test this out, but my results are pretty ambiguous. I think something else might be broken in my site. Sigh.