Allow registered users to rotate images? Allow registered users to rotate images?
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Allow registered users to rotate images?

Started by Amorget, July 03, 2011, 05:22:24 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Amorget

I have a couple public albums that I would like other registered users to be able to crop/rotate images in that album.  I set it up for a family vacation and I'd like the rest of the family to be able to help with getting all the images rotated to the proper orientation.  I've set the album to allow Visitors to Upload Files, but I can't find any setting to allow the Rotating.

Thanks,
Douglas

ΑndrĂ©

Registered users can only edit their own files (which they uploaded with their account). I see the following options:
1.) Add all users to the 'Administrators' group (not recommended!)
2.) Create a new regular user and assign all images to that user (you can do that with a simple SQL command). Now give the login data (user name/password) to your family members. Drawback: you'll lose the data which user originally uploaded the image.
3.) Modify Coppermine so regular users can rotate images of other users.