With the download check box enabled how difficult would it be to allow a user to select a number of photos across collections and albums and have them stored in a central "shopping cart". THis would be so that a user can browse photos without downloading each one they wanted and/or so that they could see all the photos they have selected and pick and choose 100% which they wanted to DL.
it would not be a simple task to get this to work across all instances, chewbears. You'd have to tie it in with the session variable or a cookie (which doesn't always work depending on the browser setup) and adding functionality to add or remove images, etc. Also, if you want Plogger to remember the images selected by the last time someone visited, you could do it using a cookie, but it would have to be stored in local cookie and in the database to allow the information to be retrieved.
Thanks for your reply Sid. I see what you mean now, and didn't realize it relied on Cookies. I am not in the business I am in able to allow the storage of cookies. So that answers my question in a nutshell. thanks for your response.