Hi,
I am trying to find a module that will grant access to a node per user to either be able to view or not view a node. I hoping better then contact access where you had to enter the users name and hope you got it right, maybe like a list of users with check boxes by their names. Checked, they can view the node, not checked they can not.
I'm not knocking contact access, great module I used Acl with content_access under drupal 6. It worked great, just would like a better user access selection method per node.
Any suggestions?
Thank you
Follow me on: Twitter: http://twitter.com/1rubytweets Facebook: http://www.facebook.com/profile.php?id=1058306793 Join me on: Yahoo: jruby6767 Msn: jruby@charter.net
On 10 November 2011 23:28, Jim Ruby jim@v-community.com wrote:
Hi,
I am trying to find a module that will grant access to a node per user to either be able to view or not view a node. I hoping better then contact access where you had to enter the users name and hope you got it right, maybe like a list of users with check boxes by their names. Checked, they can view the node, not checked they can not.
I'm not knocking contact access, great module I used Acl with content_access under drupal 6. It worked great, just would like a better user access selection method per node.
Any suggestions?
I was going to suggest ACL with Content Access.. I am guessing there is some reason this won't work again for you??
You could create a custom system using something like "flag" and "rules" to grant and remove access permissions based of your criteria..