Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
I often allow downloading of small versions of client photos via Gallery. Clients often want to download all of them and find it painstaking to download a single image at a time.
What is best way to download all images from a gallery at once? If there is no existing simple way to do this can a "Download All" feature be added?
A while back I started writing my own code to create a .zip of all the images in the photos-for-download folder of the gallery and used PHPlugins to add a Download All button to the top of the gallery but (if / when I finish it) it likely won't be as elegant as a built-in solution.
Commercial, Portrait, Event, Automotive Photography: http://digitaloxygen.ca
Art Photography: http://benjphotography.ca
Offline
Simplest way may be to just export the images from Lighttroom and zip them into a folder. Put that zipped folder in the gallery's folder and provide a simple text link.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
True, that is a relatively simple way but requires a bunch of extra steps and means I have to re-export, re-create the .zip, and re-upload each time I update a photo in the gallery. Looking for something a little more automated.
The code I started putting together will zip everything in the photos-for-download with some checks ahead of time to see if the .zip already exists and if so whether photos-for-download has been modified since the last .zip was created.
I could try to find time to revisit that and see what is left to be coded / tested but thought I'd see if there was some existing functionality I missed or perhaps if CE4 brought a new feature for this (I'm still on CE3).
Commercial, Portrait, Event, Automotive Photography: http://digitaloxygen.ca
Art Photography: http://benjphotography.ca
Offline
There is no existing functionality.
Offline
Is there functionality for this in Backlight? Perhaps with the Cart or Client Response Add Ons?
Maybe even an option to add all images to the cart as digital downloads and rely on the normal functionality from there?
Commercial, Portrait, Event, Automotive Photography: http://digitaloxygen.ca
Art Photography: http://benjphotography.ca
Offline
No, that functionality does not exist in Backlight.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
I thought I remember reading somewhere about an "add all" option for cart. Does that portion exist?
Commercial, Portrait, Event, Automotive Photography: http://digitaloxygen.ca
Art Photography: http://benjphotography.ca
Offline
That was probably the option to check all/check none in a Client Response album. That has nothing to do with downloads though, it's for feedback
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
hi
i have a solution for this "Downloading All Images at Once", its work in progress but its functionnal ...
sorry all screen captures is in french but you can understand i think.
how is work:
-creating 2 buttons in the gallery menu
-upload 3 php files on your server
first attribute some links in menu in the gallery setting
one link to zip the /photos (pictures directory ) (zipper)
one to download it on pc (downloader)
now i work on 3 php files: (my codes are bad but functional )
- this file to send 1 time in the root/galleries directory by ftp
zipper_directory_recursive.php (this php function to zip all files and directory in a location (in this case our /pictures directory))
- this files to send each time in your galleries/gallery
zipper.php (here is the command by using previous function to compress the directory to get pictures.zip file in the gallery directory)
download-all.php (here is the command to download the pictures.zip file to the client computer in the default download directory of navigator )
maybe the compress step is useless because photographer can make it itself.
but i thing its funny to try to make gallery menu more usefull and also to re create new zip if pictures are modified by the CE4 publisher
next step for me is to try with the CE4 publisher template (gallery template + the 2 files.php) if the new gallery are each time upload with this files to avoid to upload the 2 php files in each new gallery.
next step for this week end: making a demo gallery to show to you how its work
next step use the CSS of the gallery to accord with your liking
next step share the code to better developper than me
next step learn better english language
Last edited by seilleric (2018-03-16 06:56:17)
Offline
Is there any progress on this? If the above works? If there is an additional and hopefully simpler explanation of how this would be done in current version. I have the client asking to download all, other methods above are not great, and retail file sharing services were also not a good in this case. Since I have given the CRG as an option for them, it is now embarrassing, and another workaround for them and me.
Last edited by LilHelpHere (2018-10-17 14:41:33)
Offline
Is there any progress on this? If the above works? If there is an additional and hopefully simpler explanation of how this would be done in current version. I have the client asking to download all, other methods above are not great, and retail file sharing services were also not a good in this case. Since I have given the CRG as an option for them, it is now embarrassing, and another workaround for them and me.
If I understand you correctly, you like to download all images of a gallery at once, not just a selection?
Daniel Leu | Photography
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com
Offline
Yes
Offline
With Backlight 2, this can be implemented using phplugins thanks to $this->album and $this->photo being exposed.
Daniel Leu | Photography
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com
Offline
Thanks, can you provide a more detailed description of instructions plz?
Offline
Thanks, can you provide a more detailed description of instructions plz?
Sorry, note really. That's something that would need to be written first.
Daniel Leu | Photography
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com
Offline
Pages: 1