forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: micropalla on September 22, 2012, 07:50:11 am

Title: Extract user images
Post by: micropalla on September 22, 2012, 07:50:11 am
Hello everybody!

I've got a gallery about trains and I've created categories based on the "names" of trains.
Of course inside these galleries there are images from several photographers.
Is it possible to create an album with all the shots of a single photographer?
In other words. How can I create an album in which there are all the images of a photographer extracted fromall the galleries?

In my mind it would be very simple because there is already the option to see all images of an author, but I don't know how to create a new album with them

Hope you have understand and have a nice day!
Title: Re: Extract user images
Post by: Αndré on September 27, 2012, 01:56:23 pm
Either you use the lastupby meta album (thumbnails.php?album=lastupby&uid=123), or (if you need a "real" album) you could use the album keyword feature. If you choose the latter option you have to add the same keyword to the album and the users' files (this could probably be done automatically with a simple SQL query, depending on your existing meta data).
Title: Re: Extract user images
Post by: micropalla on October 08, 2012, 07:48:08 am
Ok for the first but where can I put this link to appear in the first page like any other album?
In other words I would like to have in the first page a thumb, and clicking on it to be redirect to thumbnails.php?album=lastupby&uid=123...
Is it possible?
Title: Re: Extract user images
Post by: Αndré on October 08, 2012, 09:49:42 am
That's possible via anycontent.php (http://documentation.coppermine-gallery.net/en/php-content.htm#php-content_anycontent) or the MiniCMS plugin (http://forum.coppermine-gallery.net/index.php/topic,68455.0.html).