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

trh88’s picture

Any help on this would be appreciated.

Je K Ryan’s picture

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

WorldFallz’s picture

actually for something so simple, http://drupal.org/project/private is probably the best option.