By iceman42 on
I need to limit a certain user role to only see, edit, delete, create content for a certain type of node/content type. I am using the default permissions module and have checked the nodes that they need access to, but the other nodes are still visible cause I have to allow them to see the administration menu, also when I edit a node/content type that they shouldnt be able to edit it still allows me to edit that node/content type. Are there other modules that will allow me more granular control over the permissions or at least actually work.
Comments
Maybe view own module
Maybe view own module (http://drupal.org/project/view_own) will be useful in your case.
Of course that role cannot have administer nodes permission, otherwise you should be able to set view any on your desired content type and only view own on other content types.