easy way to set permission easy way to set permission
 

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

easy way to set permission

Started by deocare, February 15, 2004, 06:04:55 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

deocare

Is there a faster way to set permission to the album?

Cause in one catergory i have like 60 album... and i have to set the persmmision singaly on all 60 albim... is there a faster way to set all of them at once?

Joachim Müller

depends on the overall structure of your gallery. If you're familiar with mySQL queries, use a tool like phpMyAdmin to manually run a query like this:
QuoteUPDATE `cpg11d_albums` SET `visibility` = '2' WHERE `category` = '0';
(in this example, all albums in the category "0" (root category) will be set to "visible for registered group"). The parts in red have to be modified to your needs. Backup your database first! Only apply if you understand what this will do!

GauGau

deocare

But i have like 20 group.

and i want all the group to be able to upload ..

Joachim Müller

if your setup is that complicated, there's no simpler way than setting permissions with the means coppermine offers (in fact, that's why there is a GUI). Maybe you should think about reducing your groups, making things less complicated to administer in the first place...

GauGau