Hello,
I would like a little help in a subject that i am searching for a while now. I want to create 50 users and those 50 users will have 2 contents (photos, comments) but those contents will be unique for each of them as a private space. So the user 1 cannot post a comment and user 50 see it (as drupal does as default).

I don't want to create 50 users and the 2 contents for each of them.
Please any hint will help a lot !!!! Thanks in advance!

Comments

_

Checkout some of the many access control modules (ie simple_access, private, content_access, etc.).

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.

thnx for your quick reply i

thnx for your quick reply i will work on it and i will reply you soon !

after search on some modules

after search on some modules i had no luck .... Those module provide me if a group of users will see or not see a node. What i really want is that let's say we have 2 nodes for posts (post1,post2). And let's say that we have 10 groups. I want to those nodes be viewable by those 10 but can only see their comments individualy so the group 1 cannot see the group 10 comments.

_

did you try the http://drupal.org/project/comment_perm module?

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.

drupal version

I have drupal 6 and this is only for drupal 5

_

check again-- there's a dev version for d6.

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.

_

yes i downloaded and i get this

This version is incompatible with the 6.13 version of Drupal core.

_

There's a patch in the module's issue queue that fixes this.

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.

_

First of all thanks for your help so far.
Second of all, i have test that module. It handles very easy the comments but i want different user roles post comments on ONE page and none of those roles could see the comments of the other roles.

Any help ?

_

That's the only existing module I know of that addresses comment access control, if it doesn't meet your needs you'd have to custom code the desired functionality.

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.

_

that's seem pretty a pro job :)..

i don't think i can handle such a thing. thanks a lot for your help !!