By trh88 on
I have a Content Type field called Public which is a boolean value.
I have a user set up called 'admin'
I'd like to be able to limit the visibility of that node to just the 'admin' user based on the value of the content type field.
I've tried a few modules but none achieve this. Any ideas on how best to go about it?
Comments
Any help on this would be
Any help on this would be appreciated.
Taxonomy
The Taxonomy Access Control module should give you the type of control you are looking for - you will need to replace your bolean field with a taxonomy field.
Alternative Access Control Kit
_
actually for something so simple, http://drupal.org/project/private is probably the best option.