Closed (fixed)
Project:
ACL
Version:
6.x-1.3
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2011 at 00:57 UTC
Updated:
28 Apr 2011 at 19:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
salvisYes, I think that should work, but you'll need another module to drive ACL.
Install DNA (as displayed when you created this issue) and enable its debug mode, so that you can see what you're doing and what effect it has.
Let us know how it works out...
Comment #2
brunorios1 commenteddna?
Comment #3
salvisExplained on http://drupal.org/node/add/project-issue/acl
Comment #4
brunorios1 commentedwith "but you'll need another module to drive ACL" you're saying that after i enable DNA i'll have to create a custom module to do what i need?
or this "another module" exists?
thank you...
Comment #5
salvisYour description is far too vague for me to design a solution, and that's not my job anyway.
Clearly, ACL doesn't do anything on its own and it has no UI, as the front page says. Depending on what you want to do, you may be able to implement it with the Rules module, you may find another module that helps, or you'll have to write your own module to drive ACL.
Comment #6
brunorios1 commentedthank you for your support!
i want to uncheck the permission for the "membro" role in a specific node using ACL...
but when i go to the node control access, node/3/access, the checkbox for "membro" is disabled...
(screenshot is attached)
why i can't unckeck the "membro" role permission?
it's working as designed?
thank you!
Comment #7
salvisACL has (almost) no user interface.
The screen that you posted belongs to the Content Access module.
Again, install DNA — it will tell you what kind of access that 'membro' has.
Comment #8
brunorios1 commentedin this node (3) i need to remove the edit permission for all the "membro" users (red arrow) and grant just for the user "Dono do Hangar" (blue arrow)...
but as you can see in the last screenshot i've posted, i can't uncheck the checkbox for the "membro" role in the node control access...
thank you again!
Comment #9
salvisWhat does it tell you if you "hover your mouse over each result for more details"? specifically over the "YES" under "update"?
In the upper table you see that "update" is all zeros. This means that it's not the node access mechanism that's granting the edit permission.
Comment #10
brunorios1 commentedthe hovers:
Comment #11
salvisSo, your users have the 'edit any place content' permission. Go to admin/user/permissions and remove it.
Comment #12
brunorios1 commentedbut if i remove this permission in admin/user/permissions, it will affect all the nodes, and i need that all the users can edit any place content, except the node 3...
i need to remove this permission just for the node 3, and leave the permission to edit all the other nodes of the same content type to all the other "membro" users...
as i said in a previous post:
"in this node (3) i need to remove the edit permission for all the "membro" users (red arrow) and grant just for the user "Dono do Hangar" (blue arrow)"
resuming:
edit any place content - all "membro" users
edit place id 3 - just "Dono do Hangar" user
thanks you again!
Comment #13
salvisThis is not possible under D6.
Comment #14
brunorios1 commented:(
bad news...
at least now i know that's not possible...
thanks for the quick help and for your module!