The only way to upload and move subalbum images thus far is to do it by FTP. All of the subalbum options in the admin have just been implemented in the past 2 weeks.
Yes, you are correct, Admin has not been modified to deal with subalbums in upload, etc. You should submit a ticket for this. Until it is implemented, use FTP.
Thank you for the info. Since I need to set up a gallery for some computer 'illiterates' I simply present them with an external script to upload their images and manage folders, for the time being... I'll just tell them to do a refresh from the admin after uploading.
Is the download `aitf311` provides the most recent code or is there a SVN checkout as well?
I've made a few cleanups to your admin table patch.
I do have one question/problem. The column sizes vary from table to table. They are larger for the Admin Login and Theme Options than for the General Gallery and Image Display tables. Can you tell me how to fix that?
Sbillard: I can't see this (in Firefox 2/OS X) in my patch. Could you post yours please (a screenshot and which browser you use would be helpful, too) so that I can take a look?
Just in case you don't know already: when there's no Exif data present at all in an image it gives an error. Although very rare since most softwares (Photoshop) use the tables as well.
`Warning: Invalid argument supplied for foreach() in ... template-functions.php on line 688`
@sbillard: I have downloaded the latest package und think I know what you meant above. But I only had different column sizes with "Theme Options". The reason for this probably is the checkbox which needs less space than the input boxes within the other tables. It seems to fix this when you do this: There are three <td></td> for "Theme Options". Leave the first with width = "175", increase the second to width = "292" and leave the third without any width-value. This works in Firefox 2 and Safari 2.
@aitf311: You probably downloaded the 1.2 album menu yesterday before I fixed a little error but you can do this yourself. In the Jump menu section there is a "echo" missing for the gallery index link: The line reads `">Gallery Index` but should read `">Gallery Index`
The community build is updated. Acylian, I edited that line. Sbillard has the options working really well now and cleaned up the cosmetics of the edit tab in admin.
Whenever you download this new build you should run upgrade.php.
Tris, sbillard has made it so there is nothing in cache again. The videoDefault.png is inside of zen/images and gets copied over to albums whenever setup/upgrade is run.
The community branch is missing the watermark.png file from the zen/images folder. Also there will be another image file to put there: http://www.zenphoto.org/trac/ticket/96 for changes since the last update.
Package has been updated probably for the last time. We are going to start putting all updates straight to SVN again! New in this build: the album folder is no longer hard coded in the core. What does this mean? Themes can change where the albums directory is located.
I lied. New build including some RSS fixes and albums directory can be changed by editing line 31 (define('ALBUMFOLDER', '/albums/');) in functions.php
The community build will not be posted here any longer, as the zip file will not be updated past the last today. The SVN will once again be the way to grab updates until final versions.
Comments
Is the download `aitf311` provides the most recent code or is there a SVN checkout as well?
I've made a few cleanups to your admin table patch.
I do have one question/problem. The column sizes vary from table to table. They are larger for the Admin Login and Theme Options than for the General Gallery and Image Display tables. Can you tell me how to fix that?
`Warning: Invalid argument supplied for foreach() in ... template-functions.php on line 688`
The line reads `">Gallery Index`
but should read
`">Gallery Index`
I fixed the error in the trac code, too.
There is a fix for your problem in the new build.
Tris, sbillard has made it so there is nothing in cache again. The videoDefault.png is inside of zen/images and gets copied over to albums whenever setup/upgrade is run.
The community branch is missing the watermark.png file from the zen/images folder. Also there will be another image file to put there: http://www.zenphoto.org/trac/ticket/96 for changes since the last update.