Closed (fixed)
Project:
Taxonomy Access Control Lite
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Sep 2009 at 01:41 UTC
Updated:
17 Sep 2009 at 09:40 UTC
1. If i highlight a vocab, then not select either view, delete, read for the scheme, is the vocab not accessible at all?
2. Delete mean that people can delete the content or delete the taxonomy?
3. Will this module let me do the following:
I have a vocab that I use in conjunction with content taxonomy field.
I want people to be able to select the appropriate value.
But I don't want them to be able to enter taxonomy/term/tid or term name and see the list of all items.
Comments
Comment #1
Dave Cohen commented1. I think so.
2. the content.
3. if you let people view a term it will appear both on the node edit form and taxonomy/term/tid. To hide taxonomy/term/tid, you'd need to implement hook_menu_alter I think.
A goal of tac_lite is to remain simple. The TAC module might give you more flexibility, I'm not sure.