Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorchewbears
    • CommentTimeOct 28th 2008
     
    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.
    • CommentAuthorchewbears
    • CommentTimeNov 3rd 2008
     
    no one interested in a shopping cart (the concept for storing, viewing and downloading?)
    •  
      CommentAuthorsidtheduck
    • CommentTimeNov 5th 2008
     
    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.
    • CommentAuthorchewbears
    • CommentTimeNov 6th 2008
     
    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.