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

Anonymous’s picture

Status: Active » Closed (won't fix)

This 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!

r21’s picture

Status: Closed (won't fix) » Active
r21’s picture

Project: Accessible Content » node privacy byrole
Version: 6.x-1.x-dev » 6.x-1.1
Component: Miscellaneous » Code
Assigned: Unassigned » r21
Category: feature » task
Priority: Normal » Major
r21’s picture

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

r21’s picture

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

deekayen’s picture

Status: Active » Fixed

Give 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.

Status: Fixed » Closed (fixed)
Issue tags: -Drupal modules

Automatically closed -- issue fixed for 2 weeks with no activity.