1
votes

I have the following problem in Drupal 6 with CCK:

user1 creates node 1 in a custom CCK type

user2 creates node 2 in a custom CCK type

If user1 puts in address bar http://website_address?q=node/2 he can see the content of the node, even if i've given permissions only for own created content.

What can i do to give "permission denied" when trying to see nodes that are not created from the owner?

Thanks in advance and greetings c.

1

1 Answers

1
votes

Ok, i've found private module http://drupal.org/project/private that makes exactly what i need.