Closed (fixed)
Project:
Node Gallery
Version:
6.x-2.0-alpha10
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2009 at 11:54 UTC
Updated:
23 Apr 2013 at 01:07 UTC
After testing many different combinations of permissions, I cannot figure out any way (save for editing node_gallery.module) to give authenticated users the capacity to upload images without also giving the capacity to edit. In short, I suspect that node_gallery needs another permission category.
Comments
Comment #1
Tally commentedSounds like you have a special use case. You may want to check out node privacy by role, which allows for finer grained permission control of nodes.
Node privacy by role only controls edit permissions, which it treats the same as the create permission. You may have to set the node permissions in admin/user/permissions to create but not edit, and then use node privacy by role to grant edit permissions to the non-gallery content types that you want users to be able to create and edit.
Alternatively, you may be able to create a rule that changes the node privacy by role permission to non-editable after the gallery/images nodes are created.
Comment #2
dbeall commentedthis might work with some different settings, still working out a few details...
http://drupal.org/node/606064#comment-2161636 ;Giving users permission to post in albums they did not create
Comment #3
justintime commentedMarking fixed due to no response from OP.
Comment #5
alpp commentedis there a way to achieve this in 7.x version?