there some module for limit the access to a content type bye users, don't for roles?
ex.
user1 user50 user30
can do anything with the content type "my_own_type"
the others user can do nothing with this content type, not even view the posts!
Look at http://drupal.org/project/content_access or http://drupal.org/project/nodeaccess
On Tue, Mar 9, 2010 at 11:33 AM, Aldo Martinez Selleras aldo@caonao.cuwrote:
there some module for limit the access to a content type bye users, don't for roles?
ex.
user1 user50 user30
can do anything with the content type "my_own_type"
the others user can do nothing with this content type, not even view the posts! -- [ Drupal support list | http://lists.drupal.org/ ]
Hello You can use the private modul http://drupal.org/project/private You just have to give as Author the name of your user
-----Original Message----- From: Aldo Martinez Selleras [mailto:aldo@caonao.cu] Sent: Tuesday, March 09, 2010 8:34 PM To: support@drupal.org Subject: [support] limit access to content type by users
there some module for limit the access to a content type bye users, don't for roles?
ex.
user1 user50 user30
can do anything with the content type "my_own_type"
the others user can do nothing with this content type, not even view the posts!
this two modules are very good, but what about if in the same role, there si more users like i want to work with some content type ??
i need something for limit by user!
If these don't work for you, maybe try the taxonomy access modules (tac_lite, etc.), as they may have the features you want, although it will require categorizing users in some ways.
Luke
On Thu, 11 Mar 2010, Aldo Martinez Selleras wrote:
this two modules are very good, but what about if in the same role, there si more users like i want to work with some content type ??
i need something for limit by user!
I have liked what Content Access does, providing role and/or user level access to both content types and individual nodes:
http://drupal.org/project/content_access
JT
Aldo Martinez Selleras wrote:
there some module for limit the access to a content type bye users, don't for roles?
ex.
user1 user50 user30
can do anything with the content type "my_own_type"
the others user can do nothing with this content type, not even view the posts!
i'm using d-5.x, and i can find the option to limit for users, is in this version, tha function available ?