I run a website where I have about 300 users. They are allowed to upload images through a multiple images imagefield.
However, sometimes I have to upload content for the users due to a variety of reasons.
So I use this module, and thanks to it my life is a lot easier.
But, I don't want my users to be able to use zip upload feature. Its a design choice in terms of keeping the options for the users to a minimum.
It would be ideal if I could assign imagefield_zip to be used only by certain roles.
Otherwise this module is great. I would really appreciate someone creating a patch for this or guiding me as to how to mod it myself.
Doing it on my own is a little outside my level of drupal skills.
Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | imagefield_zip-943744-4.patch | 898 bytes | mikeytown2 |
| #1 | user_permissions_for_imagefield_zip.patch | 671 bytes | v-a-1 |
Comments
Comment #1
v-a-1 commentedTurns out, I could actually implement the changes myself.
Heres a patch.
Comment #2
v-a-1 commentedComment #3
v-a-1 commentedComment #4
mikeytown2 commentedThanks for the patch, it has been committed.
Comment #5
v-a-1 commentedThis is great! Thanks.