I've Taxonomy Access Control 5.x-1.1 installed and configured, Taxonomy with one category: "visibility" with two terms: "customer" and "reseller", the vocabulary manage FAQ nodes type, so I expect that customers role's users (set up for viewing only their associated term nodes with term "customer") will see only the FAQ nodes marked with "customer" term. This doesn't happen, they can see all the FAQ nodes.
Somebody can help? Please
Comments
Comment #1
stella commentedI can't reproduce this, so I think it may be a cache issue or maybe that the site permissions need to be rebuilt. You can clear the cache using the "devel" module (or manually in the db) and can rebuild the node permissions at admin/content/node-settings
Ensure both "list" and "view" are disabled for the role that should not have access to that term's nodes.
Also check out the TAC documentation at admin/help/taxonomy_access.
If you're till having problems, then maybe ask in the TAC module issue queue. The faq module implements db_rewrite_sql() and calls node_access() when generating the faq pages, so I don't think there is an issue.
Cheers,
Stella