Posted by slinc on September 20, 2008 at 3:01pm
Jump to:
| Project: | Nodeaccess |
| Version: | 5.x-1.2 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
Hi there,
I've found that this great module has a large amount of potential.
However, is there a way to limit its functionality to specific nodes only, while not touching any content type access permissions, (let drupal and other modules take care of this)?
For example, I am using a forum access module, with different forum containers having different permissions, and I don't want to ruin these fine tuned permissions by setting new settings with NodeAccess. All I need nodeaccess for, is to change the permissions of only ONE forum topic.
Should there be a function that says, "Limit NodeAccess access controls to individual nodes"
Thanks for your help
Comments
#1
old post... but for posterity...
This is not possible, beyond using a module and setting the permissions on just that node. Also access control modules don't work well together...