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: [HOWTO] let a registred member upload in any album ?  (Read 3562 times)

0 Members and 1 Guest are viewing this topic.

MisterJAD

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
[HOWTO] let a registred member upload in any album ?
« on: February 21, 2004, 11:13:53 pm »

I would like to do that, just as if he was anonymous but he is a registered member... does s.o. know how? (and please dont tell me : no it isnt possible :s)
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
[HOWTO] let a registred member upload in any album ?
« Reply #1 on: February 22, 2004, 10:32:20 am »

when logged in as admin, go to groups and set "Can upload pictures" for the registered group to "yes". You'll then have to click on "properties" next to each album thumbnail in category view and set "Visitors can upload pictures" to yes (this has to be done for each album).
If you feel comfortable with phpMyAdmin, you could as well enter the query
Code: [Select]
UPDATE `cpg11d_albums` SET `uploads` = 'YES';to change all albums in one go.

GauGau
Logged

MisterJAD

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
[HOWTO] let a registred member upload in any album ?
« Reply #2 on: February 22, 2004, 01:18:06 pm »

thx a lot, but it isn't what i meant...
In this case, any visitor could upload a pict, i would prefer that just members could upload....
Btw, if you're interested i found a site that explain how to use a mail() function on free.fr servers Protomail [Fr]
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
[HOWTO] let a registred member upload in any album ?
« Reply #3 on: February 22, 2004, 01:39:43 pm »

If you don't want to grant upload permissions to all registered users, but only to a certain group, create that particular group (in groups manager), assign upload rights to the group and add the users you want to that very group.

GauGau
Logged

MisterJAD

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
[HOWTO] let a registred member upload in any album ?
« Reply #4 on: February 22, 2004, 01:58:02 pm »

Mmm, i think i'll assign who i want as admin and the others wont have the right to upload...
btw, it's a pitty that rights aren't like a scale i mean :

Adim     111
  |
  |
Member 011
  |
  |
Visitor    001
  |
  |
Banned  000

for example, if an album is set to 'view for members' members and admin would see it cuz admin has the same rights than member plus others...
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
[HOWTO] let a registred member upload in any album ?
« Reply #5 on: February 22, 2004, 02:03:39 pm »

yeah, whatever...
It's a pity that wishfull thinking isn't actual source code one could use... :wink: You're not the first to request this feature.
Making users admin is not recommended at all - I have already told you how you can let them upload (without admin privileges). Please read the posts carefully, read the documentation that comes with coppermine, search the board etc. before posting stuff that has been answered a thousand times.

GauGau
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
[HOWTO] let a registred member upload in any album ?
« Reply #6 on: February 22, 2004, 02:27:17 pm »

Like gaugau, I don't understand your problem.

Setting 'visitors can upload' in the album settings does not allow anyone to upload, just those who are members of groups who have upload permissions.
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here
Pages: [1]   Go Up
 

Page created in 0.021 seconds with 19 queries.