I'd like to know if the image_gallery module could be enhanced to provide administer access control per user per gallery. In other words, to allow a user to administer its own galleries, but not to administer others.
Basically i'm looking for the same access control granularity as the image module provides:
- create images = create gallery
- edit images = edit gallery
- edit own images = edit own gallery

Comments

neurojavi’s picture

+1

blogfuse’s picture

+1

drewish’s picture

it's a nice idea but it sounds like pretty much what the taxonomy_access module does. as it is i don't have time to write it but i'd review patches.

neurojavi’s picture

Hi:

I think that this feature can't be accomplished with the Taxonomy Access (TAC) module.
We can use TAC to control access to different galleries but there's nothing similar to the edit OWN galleries permission.
I think this is critical if we want users to automatically manage their own galleries. There's no workaround...

Thanks.-

drewish’s picture

well that's because taxonomy terms aren't owned by a user... short of some hacking there's not an easy way around that.

drewish’s picture

Status: Active » Closed (duplicate)

marking this as a duplicate of http://drupal.org/node/85992