is it possible to grant view permission to one node and disable that permission to another node
Boobaa - November 5, 2008 - 09:18
| Project: | Nodeaccess |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
We have two roles: documentation-builders and customers. The documentation-builders want to hide some content from the customers, but they want some contents to be editable by the customers. The hiding part can be done with the nodeaccess.module - but how should we do the latter? Well, this is what the attached patch does.
Detailed description of the problem is available: http://kybest.hu/en/blog/default-permissions-nodeaccess-module
| Attachment | Size |
|---|---|
| nodeaccess-default-permissions.patch | 4.18 KB |

#1
I think I see what you're getting at here, but I think it's a bit limited use. From what I get the basic idea is to be able to set one default permission for existing content and one for newly created content. While this is a bit of a shortcut I think it also introduces some confusion about what the options do and what exactly will happen with new vs existing content.
#2
No display of node even by granting view permission using nodeaccess module , untill and unless access node in permission page is set for anonymous users.Is there any solution to grant view permission to a node using nodeaccess module without setting default access node permission in permissions page in usermanagement.
#3
is it possible to grant view permission to one node and disable that permission to another node for same
content type and same role but for different content using node access module.