Admin upload pics to user's galery - Page 2 Admin upload pics to user's galery - Page 2
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Admin upload pics to user's galery

Started by mumtaz, January 12, 2006, 11:14:12 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Abbas Ali

Are you talking about mod by jans or me?
Chief Geek at Ranium Systems

hyperionx

hmm, who is janz?
Im talking about the mod on the first page in this thread.
There is astandard feature in coppermine where you can move pics from one album to another. And i was thinking that the code couldnt be much different if i wanted to change that so i could move files to users personal galleries?

Abbas Ali

For moving file to user albums you will need to edit editpics.php and editoOnePic.php I think it is doable.
Chief Geek at Ranium Systems

CartOps

I want to be able to do the exact opposite... I want users to be able to upload to admin albums. The idea is that I choose the album names (disable album creation for users) and have users only be able to upload to my albums. I tried changing upload.php to:
if (USER_ID) {
   $public_albums = cpg_db_query("SELECT aid, title FROM {$CONFIG['TABLE_ALBUMS']} WHERE category < " . FIRST_USER_CAT . " ORDER BY title");
} else {
$public_albums = cpg_db_query("SELECT aid, title FROM {$CONFIG['TABLE_ALBUMS']} WHERE category < " . FIRST_USER_CAT . " AND uploads='YES' AND (visibility = '0' OR visibility IN ".USER_GROUP_SET.") ORDER BY title");
}
if (mysql_num_rows($public_albums)) {
    $public_albums_list = cpg_db_fetch_rowset($public_albums);
} else {
    $public_albums_list = array();
}

But it didn't work... almost though... but then I get an error saying "Selected pod does not exist or you don't have permission to upload in this pod " any help would be greatly appreciated... I know this is an old thread.

CartOps


Eddy Matthews

Does this mod work with Coppermine 1.4.14?

I've tried making the changes listed, and I can view all the users in my database, but the users gallery is not created....

Can anyone help please?

Regards
Eddy

Eddy Matthews

Anyone???

I'm transfering from phpBB and FAP, so I need to be able to recreate all the user galleries and move the photos across - ANY help would be appreciated!

Regards
Eddy

Eddy Matthews


Joachim Müller

Quote from: Eddy Matthews on January 19, 2008, 07:03:47 PM
Does this mod work with Coppermine 1.4.14?
It should.

Quote from: Eddy Matthews on January 19, 2008, 07:03:47 PM
I've tried making the changes listed, and I can view all the users in my database, but the users gallery is not created....
Well, maybe you made an implementation mistake, maybe the mod doesn't work for cpg1.4.14 (which I doubt). Anyway, as you have failed to post a link to your gallery and a non-admin test user account, there's little we could do to help you. If you want help, you'll have to supply the needed information to enable supporters to look into your issues.

Quote from: Eddy Matthews on January 19, 2008, 10:49:53 PM
I'm transfering from phpBB and FAP, so I need to be able to recreate all the user galleries and move the photos across - ANY help would be appreciated!
I have no idea what "FAP" is, so what should I have replied? There is no point in posting "what the * are you talking about", so I haven't. Seems like all other supporters had the same thoughts, that's why nobody replied.

Quote from: Eddy Matthews on January 20, 2008, 07:17:18 PMIs anyone alive here?  :-\
Yes. As suggested above: supply details if you want help. Just posting that something doesn't work as expected without providing details will not help at all. You might want to zip your changed files and attach them to your posting.

Eddy Matthews

My apologies Joachim, I've obviously got off to a bad start, so I'm sorry....

Attached are the two files I've modified - The changes allow me to view a listing of usernames when I attempt to create a user gallery, but when I select on no gallery is created. The changes to upload.php don;t seem to have any effect at all, and it works exactly as it did in the standard coppermine, but that's probably because I'm unable to create a user gallery to upload to?

Regards
Eddy

Joachim Müller

Quote from: Joachim Müller on January 21, 2008, 09:01:00 AM
Anyway, as you have failed to post a link to your gallery and a non-admin test user account, there's little we could do to help you. If you want help, you'll have to supply the needed information to enable supporters to look into your issues.
Where's the link and test user account?

Halfhidden

Ok. I still have problems since installing the mod (http://forum.coppermine-gallery.net/index.php/topic,26386.0.html).
The mod works well and enables me to upload to private users galleries if they either cannot or will not.
The problem I have now is as follows:
If I upload to a users album, the picture appears in that album. If later on either the album owner or admin edit any text in the properties of the picture (for instance the title name or description) when you go to apply changes the image is moved to a main gallery album. On closer inspection it seems that the private album isn't listed in the albums available for that picture any more, only the main gallery albums are available.
Now that means the picture is stuck in one of the main gallery albums and the only option I have is to move it around the main gallery or delete the image and upload it again.
Regards,
Steff

Furvy

Quote from: hyperionx on November 29, 2006, 02:50:59 PM
this works great, thank you very much.

I was wondering though, would it be possible to edit so that i can move pictures to user's gallery with the "change file information"-function?
I guessing that it wouldnt be that much to change right? Any ideas? :)
Quote from: Abbas Ali on December 05, 2006, 01:30:19 PM
For moving file to user albums you will need to edit editpics.php and editoOnePic.php I think it is doable.

I too, want to be able to move existing pictures in an existing album to a user's album, and change the picture owner to the user so that the user can modify their own files. Please help! It's tedious having to do this through phpmyadmin all the time :'(