Advanced search  

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

Pages: [1]   Go Down

Author Topic: Enable non administrator to edit file info  (Read 4533 times)

0 Members and 1 Guest are viewing this topic.

christfort

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Enable non administrator to edit file info
« on: July 05, 2011, 03:59:30 pm »

Hi,

Is it possible to create a group of users that are allowed to edit file info? Apparently only administrators can do this. What I want to achieve is, to be able to grant a group of users access to edit file info on files in all albums that they are permitted to upload into.

Regards,
Thomas Christfort



Logged

christfort

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Re: Enable non administrator to edit file info
« Reply #1 on: July 05, 2011, 10:33:00 pm »

I read the post:

        Is it possible to give some users the rights to only edit tags in albums ?

And used this approach to grant all registered users the right to edit file info. However in file editpics.php where I modify to: " WHERE p.aid = '$album_id'" . is it possible to restrict this access to one new created group instead of all registered users?

Thomas


Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764
Re: Enable non administrator to edit file info
« Reply #2 on: July 14, 2011, 09:22:39 am »

I read the post:

        Is it possible to give some users the rights to only edit tags in albums ?
-> http://forum.coppermine-gallery.net/index.php/topic,67601.0.html


is it possible to restrict this access to one new created group instead of all registered users?
Try to replace
Code: [Select]
" WHERE p.aid = '$album_id' $owner_str" .with
Code: [Select]
" WHERE p.aid = '$album_id' AND owner_id IN (SELECT user_id FROM {$CONFIG['TABLE_USERS']} WHERE user_group = '123456')" .in the unmodified editpics.php file (untested).
Logged
Pages: [1]   Go Up
 

Page created in 0.023 seconds with 20 queries.