On one content type my customer wants the content creator (generally the "Editor" role) to be able to specify whether or not the node should be visible to anonymous users (selected by Views). I see that I can "Enable per content node access control settings" and did. The form that appears may be fine for me, but is way too messy for a user who wants only to control anonymous access. I have no problems writing modules if that's the only way to do this. I'm looking for suggestions.

Comments

emair’s picture

I guess you do not need content access for that. Instead, check out the private module: http://drupal.org/project/private

It does exactly what you want to achieve. Enable node privacy on the desired content type, assign the 'mark content as private' permission to your "Editor" role and you're ready to roll!

Cheers,
Michael

gisle’s picture

Issue summary: View changes
Status: Active » Closed (outdated)