![]() |
|
Download for a visitor and downloading entire album - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Download for a visitor and downloading entire album (/thread-8720.html) |
Download for a visitor and downloading entire album - Luce - 2011-06-15 Hello, I created a gallery with ZenPhoto, but I want to do these two actions: 1 - allow download by album (or sub-albums)
2 - If the download is allowed, I saw that readers could download frame by frame but I would also allow downloading of the entire album, for example by ZIP If ZenPhoto does not do that, I could not use it because it is the principle of sharing of photos:
Can anyone advise me? I chose zpGalleriffic v1.4 and I have not figured out how to do this. Excuse me for my English but I am French and I use a translator to talk to you ... Download for a visitor and downloading entire album - acrylian - 2011-06-15
Download for a visitor and downloading entire album - rtwingfield - 2011-06-15 For clarification, does a custom theme have to be installed to incorporate the function to download a zip'd file of an album's photos? Actually, I'm quite happy with the stock "out-of-the-box" appearance of ZenPhoto. IMO, simple is better. Also, I've looked for the "functions documentation" but so far, I have not found it. Where else, other than the "User Guide"? Download for a visitor and downloading entire album - sbillard - 2011-06-15 The There probably needs to be a search feature for the functions to make these easier to find. http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functionprintAlbumZip Just for future referece, you go to the user guide and click on the link for the function refences. Then (here is the not obvious part) click on "all elements" at the top right so you get the index of ALL the functions, not just a subset. From there you can click the first letter of the function name or better just use your WEB browser's page search for the function name. Just one other warning. If the album is large in terms of number of images and/or size of the images the zip may fail by running out of server memory to make the file. Download for a visitor and downloading entire album - acrylian - 2011-06-16 The "functions documentation" has its own box on top of the sidebar on the user guide section. Since the functions documentation is generated statically via PHPdoc there is no way to search it via the site itself. Download for a visitor and downloading entire album - Luce - 2011-06-21 Thank you for your advice
I removed access to the image ('image detail' image.php), it was useless, did not add anything more because I put the metadata in the album next to image I also chose the album to display in the home page in the mini slideshow My big problem now ... is the caching of images. Download for a visitor and downloading entire album - sbillard - 2011-06-21 If you are refering to the cache album buttons, then they do only make images of the size defined in the options. Any custom settings you make in your theme itself will be cached upon first reference. (BTW, the cache album stuff is there only because of popular demand. It is really not needed due to the normal behavior as mentioned above.) If you feel you need to prepair these images in advance, simply visit your web pages. Download for a visitor and downloading entire album - acrylian - 2011-06-21 Just to add, it may take some time on the first view to generate the sized images but then not again. Download for a visitor and downloading entire album - slaattnes - 2011-07-08 Here's a bit of information I found useful: If you just need to download a spesific album and haven't placed the function in the theme, you can use this link: http://www.your-web-site.com/zp-core/album-zip.php?album=album-folder-name/ |