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

Tally’s picture

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

dbeall’s picture

this 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

justintime’s picture

Status: Active » Fixed

Marking fixed due to no response from OP.

Status: Fixed » Closed (fixed)

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

alpp’s picture

is there a way to achieve this in 7.x version?