So far I've used this module to satisfy my client's wishes to restrict access to content, but they're thrown me a curve ball, of sorts.

Drupal completely hides content that users have no access to. Would it be possible to add a permission to simply List nodes (ex. in a View), regardless of wether a user has permission to view the content?

Comments

ntripcevich’s picture

FYI - in Drupal 6 you have the module Content Permissions (included with CCK 6.x) which gives you field-level permissions by user role.

robobeau’s picture

However, I'm not using Drupal 6. Field Permissions wouldn't solve this problem anyways, because the node Title isn't a CCK field.

The underlying problem is that content with restricted access is being hidden completely. There should be a permission to hide or list the content (in Views, for example), separate from the content access permission.

fago’s picture

Status: Active » Closed (won't fix)

>Drupal completely hides content that users have no access to. Would it be possible to add a permission to simply List nodes (ex. in a View), regardless of wether a user has permission to view the content?

That's not the scope of this module and won't be. Field permissions sound fine for that.