Visitors can upload files Visitors can upload files
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Visitors can upload files

Started by Neosporin, June 14, 2009, 12:59:58 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Neosporin

I was wondering if there was a way for 1.4 to mass-update the permissions for the albums so users can upload files.

There is an older post (http://forum.coppermine-gallery.net/index.php?topic=9726.0) talking about how to do it in 1.3 but I didn't know if this method was out-dated or not.

Also, on creating a new album, is it possible to have it automatically enable the option for user uploads?

Neosporin

Okay, I've fixed the default permissions thing, but I'd still like to know if I can set all of the permissions - maybe using a similar SQL query as to the one above :)

Joachim Müller

The query has remained the same: runUPDATE yourCoppermineTablePrefix_albums SET uploads = 'YES';in a tool like phpMyAdmin to set public uploads to yes for all albums inside your database.

Neosporin

Quote from: Joachim Müller on June 14, 2009, 01:54:37 PM
The query has remained the same: runUPDATE yourCoppermineTablePrefix_albums SET uploads = 'YES';in a tool like phpMyAdmin to set public uploads to yes for all albums inside your database.

Okay, thanks for the help :D