Have user create content only, no edit, no view
linuxpimp - August 20, 2009 - 15:26
Hello
I have 3 groups of users with OG access control enables.
I have Roles.
What i want to achieve is the following:
Group 3 users can only create content type A. They cannot view any other postings in the system at all.
They cannot edit their own content.
Now, in the role permissions page i have options such as:
Edit own content
Create content type A.
However when create content type A is checked and edit own content is unchecked, users in group 3 can still edit their own content.
To complicate things, i have CCK field permissions installed. I see only edit or view for fields, but no create? All i want is create?
Your input is most welcome.
Thanks you
l

Could Node Access be the
Could Node Access be the solution?
Looking good so far, any comments or suggestions?
L
_
1. Field permissions don't have a 'create' permission afaik.
2. If you want to restrict view access, you'll have to either make groups posts not public (and thus only viewable by members of the group) or use one of the access control modules.
3. Not sure why they still have 'edit own' abilities. I can confirm this setup and it works as expected (with og v2 dev)-- 'edit own' add the 'edit tab' and removing it removes the 'edit tab'. Are you using any other access type modules? Also, make sure they aren't a group administrator (who can edit all posts).
_
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.
Thanks What i have so far
Thanks
What i have so far is:
Field permissions to limit, well, fields
OG to limit inter-group view
Node access to limit user view/edit/create
Will update on how it progresses.
L