Not signed in (Sign In)

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

Please sign in or apply for membership to remove the ads
    • CommentAuthorhbaker
    • CommentTimeApr 24th 2008
     
    I have installed Plogger 3.0 and set it up to allow recursive downloads. When you check the selected photos and then click "Download Selected", it works great in Firefox. However, when you do it in IE, it does nothing. Doesn't even throw back an error. Here is my site: http://www.texasmasters.com/press/?level=album&id=1

    Thanks for any assistance you may offer!
    •  
      CommentAuthorsidtheduck
    • CommentTimeApr 24th 2008 edited
     
    hbaker,

    Try downloading the 'plog-download.php' from the updated SVN trunk -> here <- and upload it to your server.

    Normally, don't try to download just a single file from the SVN trunk, but I believe the 'plog-download.php' file is fine by itself (at the moment). I've made some updates to it and it works in IE on my site.
    Let me know if it works!
    • CommentAuthorhbaker
    • CommentTimeApr 24th 2008
     
    Hmm, that didn't fix it. Still the same...works in Firefox, but not in IE.
    •  
      CommentAuthorsidtheduck
    • CommentTimeApr 24th 2008
     
    hmmm . . . it looks like the form is missing. Try downloading the newest default theme from the SVN trunk or add the following.

    In your header.php add the following code before plogger_download_selected_button():
    <?php print plogger_download_selected_form_start(); ?>and then add to the footer.php:<?php print plogger_download_selected_form_end(); ?>

    That should do it for you!
    • CommentAuthorhbaker
    • CommentTimeApr 24th 2008
     
    I checked my header and footer, and both files included the form functions, above. I had changed a few things within the default theme, so there's a possibility that I had somehow screwed it up. I downloaded the latest default theme from the SVN trunk, and now it works perfectly in both IE and Firefox. Thank you again Sid! You're a great help!
    •  
      CommentAuthorsidtheduck
    • CommentTimeApr 24th 2008
     
    no problem, hbaker! Glad it's working for you!