Prob:I have one role "creator" and under this role I have two users creator1 and creator 2, both have permissions to create content. So Creator 1 creates the page but this created page is visible under Administer->content for both the users and i want that to be user specific i.e the user who creates the page should only be able to edit/see that under administer->content.
Action taken:I changed the usermanagement->permissions, "edit any page content" is disabled and "administer nodes" has been checked under node module as i want Administer->content to see the content info created by user.
Getting Result:creator1 can see content created by creator1 as well as creator2.
Required Result: User creating the page should only be able to see it in its content info.
CAN "CONTENT ACCESS" MODULE CAN WORK IN THIS SCENARIO?
IF YES PLZ TEL HOW?N IF NO PLZ LET WHICH MODULE CAN WORK?
HELP ASAP
Comments
Comment #1
Anonymous (not verified) commentedThis is not a supprt issue for Accessible Content, so I'm going to close this issue. However, I think you can achieve what you're talking about by using http://drupal.org/project/private.
Good luck!
Comment #2
r21 commentedComment #3
r21 commentedComment #4
r21 commentedProb:I have one role "creator" and under this role I have two users creator1 and creator 2, both have permissions to create content. So Creator 1 creates the page but this created page is visible under Administer->content for both the users and i want that to be user specific i.e the user who creates the page should only be able to edit/see that under administer->content.
Action taken:I changed the usermanagement->permissions, "edit any page content" is disabled and "administer nodes" has been checked under node module as i want Administer->content to see the content info created by user.
Getting Result:creator1 can see content created by creator1 as well as creator2.
Required Result: User creating the page should only be able to see it in its content info.
CAN "CONTENT ACCESS" MODULE CAN WORK IN THIS SCENARIO?
IF YES PLZ TEL HOW?N IF NO PLZ LET WHICH MODULE CAN WORK?
HELP ASAP
Comment #5
r21 commentedProb:I have one role "creator" and under this role I have two users creator1 and creator 2, both have permissions to create content. So Creator 1 creates the page but this created page is visible under Administer->content for both the users and i want that to be user specific i.e the user who creates the page should only be able to edit/see that under administer->content.
Action taken:I changed the usermanagement->permissions, "edit any page content" is disabled and "administer nodes" has been checked under node module as i want Administer->content to see the content info created by user.
Getting Result:creator1 can see content created by creator1 as well as creator2.
Required Result: User creating the page should only be able to see it in its content info.
CAN "CONTENT ACCESS" MODULE CAN WORK IN THIS SCENARIO?
IF YES PLZ TEL HOW?N IF NO PLZ LET WHICH MODULE CAN WORK?
HELP ASAP
Comment #6
deekayen commentedGive your role the create content and edit own content permissions. Remove administer nodes, it grants too much permission for what you want. Use Views to list content, not Administer -> Content. Don't grant view permission by default through this module, it will give the author view by default.