Say you have a hundred albums. How would you change the 'Visitors can upload files' for all of them, other than go to the properties of each one and change it there.
Maybe someone who knows the DB can give me an SQL statement, though it would be a good feature to have a screen with all albums listed and checkboxes for some properties which you tick/untick and then apply changes.
Thanks in advance.
This will turn on uploading for every album in your system. To limit it to some albums I would need more details.
UPDATE cpg132_albums SET uploads = 'YES'
This should be added to the FAQ.
moving this from the cpg1.3 standalone support board to the approved feature request board for cpg1.5
There should rather be an admin settable option in the future imo.
Joachim
Quote from: GauGau on March 23, 2005, 10:36:11 AM
moving this from the cpg1.3 standalone support board to the approved feature request board for cpg1.5
There should rather be an admin settable option in the future imo.
Joachim
One question.
I ran this query, so far so good. -- I notice that it also changes the setting for the personal gallerys as well. -- Does that mean that I'm allowing "uer A" to post in "user B"'s gallery??
That shouldn't be the case. Have you tried it yet? Just create a few test users, create albums for them, and try uploading.
Quote from: kegobeer on March 24, 2005, 01:15:25 AM
That shouldn't be the case. Have you tried it yet? Just create a few test users, create albums for them, and try uploading.
I tested it, everything is fine.
Where would you change the insert sql to set YES as default. I tried changing the db default but when I add a new album, it still sets it as NO.
http://forum.coppermine-gallery.net/index.php?topic=6553.0