Closed (won't fix)
Project:
Taxonomy Access Control Lite
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2007 at 15:41 UTC
Updated:
15 Jan 2013 at 23:07 UTC
Comments
Comment #1
Dave Cohen commentedA problem for many people. See these conversations:
http://drupal.org/node/16542
http://drupal.org/node/74826
Comment #2
brianpeat commentedThose are all old posts (not for Drupal 5) and the hack in the second post actually breaks Druapl 5 completely.
Comment #3
hanskuiters commentedI you just need terms in the menu, and not nodes, you can use taxonomy context. Just tested it with 5.0.
Comment #4
Dave Cohen commentedRegardless of the drupal version, this issue is not best solved in a node_access module. Hopefully the menu module can take hidden nodes into account.
Comment #5
brianpeat commentedI ended up using Taxonomy Access to hide certain nodes from certain users, and then menu_per_role to hide the menus from them.
If anyone knows a cleaner way to limit content by role and hide the menu item, I'm all ears. This works, it's just complicated when you're creating content and have a long list of role types (in my case, the roles and categories are actual school Class titles) to choose from and it can easily get cumbersome to work with. It seems so far to be the best option though. You can't search for the hidden content, and you don't have to fiddle with the menus, stuff you're not allowed to see just doesn't show up.
Comment #6
veeray commentednot sure if this is redundant or helpful. When limiting access to all terms, I would like the entire field to disappear from add/edit menus. instead the field remains with no available terms.