Is there anyway to change the name of the zip folder that is created on download? I tried to modify it in plog_download.php (lines 206 and 216) but only succeeded in creating errors...(I'm new to php)
(I have a super-newbie user pool and they are flogging me with emails because they are confused about the zip filename "plog-package-(date)" name. It freaks them out to the point where they don't even try to open it. )
Also, can we control the level of directories found in the zip file? I have already modified this installation of plogger such that it does not show the collections pages (got the mod from forum entry about same) so I'm pretty sure that will affect the solution here...
(It's a little tedious for the users to constantly have to go 3 levels in before they see the picture file they downloaded..plog-package-(date)-->collection name-->album name-->picture.jpg.)
The comments in the plog-download.php file create a healthy fear of modifying the directory creation scripts...