Community @ The Turning Gate

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.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2015-09-12 02:32:27

pdimeglio
Member
Registered: 2015-02-16
Posts: 70

Select all and download

Hi,

I've been searching on this forum to see if CRG can or has a way to select all the images in a client album to be downloaded all at once? Not sure if I missed anything.

Thanks in advance
Pat

Offline

#2 2015-09-12 03:38:57

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Select all and download

No, you can't download all at once, though you can select all
http://ttg-tips-and-tricks.barbeephoto. … t-options/

If you want clients to be able to download all, zip a folder of all the images, put it online, and supply the link in the page text


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#3 2015-09-14 22:35:07

Gewuerz
Member
Registered: 2012-10-04
Posts: 56

Re: Select all and download

I think this would be a very good supplement and supports this.
I often put a choice of many wedding photos on-line.
This would be a really supplement if a function would be available:

Add all marked photos (or all photos) for one download in a zip-file

I wish this function and would pay for it even specially something.

Thanks Wolfgang

P.S. I found:
-  this http://andreknieriem.de/ordner-rekursiv … ei-packen/
-  this http://www.geekpub.de/2012/08/ein-verze … iv-packen/
-  this https://www.tutorials.de/threads/mehrer … en.229104/
-  this http://www.selfphp.com/kochbuch/kochbuch.php?code=54

Can any from this code be a start-solution for a (zip-) code on CRG?

Last edited by Gewuerz (2015-09-15 00:16:32)

Offline

#4 2015-09-14 23:31:35

Gewuerz
Member
Registered: 2012-10-04
Posts: 56

Re: Select all and download

Hi Rod,

Thanks for the code.

i added the code, mod. for german

<a href=“#” class=“select-all”>Alles auswählen</a>/ <a href=“#” class=“select-none”>Auswahl aufheben</a>

Now i get by click on select-all (german: Alles auswaehlen) or select-none (german:  Auswahl aufheben)  this message: 

The requested URL /clients/kunde-01/“ was not found on this server.

-the url chance to http://peak-prints.com/clients/kunde-01 … #%E2%80%9D
in textform = http://peak-prints.com/clients/kunde-01/"#"

What is wrong?

Wolfgang

Last edited by Gewuerz (2015-09-14 23:36:51)

Offline

#5 2015-09-14 23:42:46

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Select all and download

It's probably the slanted double quote marks. Paste the code into a plain text editor and replace the double quotes, making sure they're straight rather than slanted. Then copy and paste the code back into the page copy.


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#6 2015-09-14 23:51:11

Gewuerz
Member
Registered: 2012-10-04
Posts: 56

Re: Select all and download

Thanks Rod,

I have replace the slanted double quote marks with the straight double quotes marks.

From this:

<a href=“#” class=“select-all”>Alles auswählen</a>/ <a href=“#” class=“select-none”>Auswahl aufheben</a>

to this

<a href="#" class="select-all">Alles auswählen</a>/ <a href="#" class="select-none">Auswahl aufheben</a>

Now it works - Thanks.

Wolfgang

Last edited by Gewuerz (2015-09-15 02:06:46)

Offline

#7 2015-10-05 14:06:08

gary_in_austin
Member
From: Austin, TX
Registered: 2015-02-11
Posts: 85

Re: Select all and download

I do the same, ...just like Rod said.
Sometimes, I zip all photos and upload them to my server and manually paste some html code using <a href=
The person viewing the site now has a link they can see to download an entire .zip file of all the photos.

Last edited by gary_in_austin (2015-10-05 14:08:29)

Offline

#8 2016-07-05 22:19:35

pdimeglio
Member
Registered: 2015-02-16
Posts: 70

Re: Select all and download

rod barbee wrote:

No, you can't download all at once, though you can select all
http://ttg-tips-and-tricks.barbeephoto. … t-options/

If you want clients to be able to download all, zip a folder of all the images, put it online, and supply the link in the page text


Hi. sorry to bring up an old thread but for some reason when I implement this into the CRG with Publisher back end it puts the links there but they are not clickable, is this normal? or have i done something wrong?

<a href=“#” class=“select-all”>Select All</a> /
<a href=“#” class=“select-none”>Select None</a>

Offline

#9 2016-07-05 22:25:08

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Select all and download

are you using the latest version of CE4 CRG?
This was added in version 6.1.0


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#10 2016-07-05 22:35:41

pdimeglio
Member
Registered: 2015-02-16
Posts: 70

Re: Select all and download

hi thanks for responding

I'm using CRG 6.1.3 and Publisher 2.3.3

Offline

#11 2016-07-05 23:16:23

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Select all and download

then can you post a link to an album that's not working as you expect?

Also, check the quote marks. If you're not editing with a plain text editor you might get formatted quote marks, which won't work. Yours look like slanted quote marks rather than straight ones. Scroll up in this topic to see where that happened to someone.


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#12 2016-07-05 23:43:02

pdimeglio
Member
Registered: 2015-02-16
Posts: 70

Re: Select all and download

I used the plain text editor on my iMac, I also just went in and deleted and re-added the quote, same result, it's weird because it used to work before i went the publisher route


http://3lightphotography.com/ttg-be/crg/
login: bookingwakimmusic@gmail.com
Pass: wakim

Offline

#13 2016-07-06 00:40:40

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Select all and download

Not sure why it's not working. I've run some tests placing the legend at the bottom of the page both with exported and uploaded galleries and publisher albums.

The only thing I can think of is that your template name has spaces in it. This can mess up paths. Files and folders on the web should only contain letters, numbers, hyphens, and underscores. No spaces, punctuation, or special characters.
So try removing the spaces from the template folder name and see if that helps. You'll need to re-assign the newly named template to the album.


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#14 2016-07-06 01:05:41

pdimeglio
Member
Registered: 2015-02-16
Posts: 70

Re: Select all and download

I'm such an idiot...if you place the code into the "page copy" area it doesn't work but if you place it in the "sidebar copy" it works fine...sorry for wasting your time

Offline

#15 2016-07-06 01:07:44

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Select all and download

It shouldn't matter. I've placed it in both locations and it works fine. I usually include it in the template copy rather than adding it to the album copy in Publisher.


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#16 2016-07-06 01:22:53

pdimeglio
Member
Registered: 2015-02-16
Posts: 70

Re: Select all and download

Weird then as to why it works in one for me rather the other, but next time I will just add it to the template. Thank you for your help!

Offline

#17 2016-07-06 01:26:13

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Select all and download

I can't explain wink

Yep, it's easier to add to the template, that way you don't have to copy/paste it into each of your albums. It will already be there.


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#18 2017-07-06 03:06:05

No_name
Member
From: Germany
Registered: 2016-07-14
Posts: 30
Website

Re: Select all and download

Hello community,

Did  anyone find a solution the topic (download all pics of the gallery whit one click)

-----------

Hey Community,
Könnte jemand das Downloaden aller Bilder mit einen Klick realisieren ?

Die Bilder liegen im Unterordner (Photos-for-Download) in hoher Auflösung .....

Offline

#19 2017-07-06 05:10:50

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Select all and download

no. the best thing to do is to put them all in a zip file and create a link to that file.


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#20 2017-08-22 16:50:51

DavidLey
New Member
Registered: 2017-08-15
Posts: 1

Re: Select all and download

rod barbeee wrote:

no. the best thing to do is to put them all in a zip file and create a link to that file.

A download all function would be very helpful!

Last edited by DavidLey (2021-10-20 21:31:33)

Offline

#21 2017-08-22 21:56:40

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Select all and download

this likely won't happen in CE4 CRG. If it ever does, it will be in Backlight CR.
If you need it in CE4 CRG, then the zip folder route is the way to go.


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

Board footer

Powered by FluxBB