I would like to be able to create an album/sub-album without having to upload any images at the same time..
I was thinking it could go and be part of the Albums tab and under each listing would be an option to create a sub-album or top level parent album depending on where the user is in their album tree..
Hope this makes sense.. if you have any additional questions, please let me know.
Comments
I know about both of those ways.. but I was wondering if it might be better, from a users, point of view, to have the "Create a new album/subalbum" on the albums page.
look at this image : http://yfrog.com/03zpideap
I added the word (add) behind the number albums within an album.
what if the user clicked on that add link and a popup came up asking the user for the Album Title, folder name, description, etc...
I think this would allow users to set up their entire gallery easily and from the web without having to use ftp or the html browser upload page.
thoughts?
I would try to do this myself as a plugin, but I am not that good of a programmer.
thanks for the time you took to read this.. if I can be of any help, please let me know.
Thanks
elrol
You can use the filter-custom_data.php script as a starting point. To create a new album you need the following code:
`$gallery = new Gallery();$album = new Album($gallery, $albumfolder);`
So, it would be better to have a separate button for that.
I don't want flash uploader to create folders, it's just a question of usability - flash uploader is default, and you can't create folders with it. I beleive there are a lot of people who know nothing about flash or non-flash upload - they just use what they see by default on the page. An in this default case, it's pretty uncomfortable to create folders.
And the last argument(or usage case) - the first thing I'm doing when create new gallery is building up a new folders tree. I don't care about images at this stage - I just have to prepare a lot of folders, name it correctly, and only then I'll try to upload images. With current zenphoto admin facilities it's pretty hard and take a long time.
Thanks
If you or you two want to give this a try please create a ticket for this and assign it to one of your so that it is clear someone works on this.
I have also attached some screen shots of some custom work i did on that ticket.. how do I get them to you for review/inclusion/etc??
Thanks
Thanks
M
again, i love ZP. I agree FTP makes uploading easier when adding more then say 10 photos at a time. I uploaded over 2000 images to my site in the last 3 days, and I FTP'd everyone of them. But for average users, FTP should not be needed.
It would be a nice addition to have the option to create a new album from the admin page and then be able to move images from an existing album to the new (empty) album.
Sometimes, I want to reorganize the images in albums, for example I might want to split an album in to 2 albums but not add any new images. In order to do this I need to either create a new folder using an FTP client or upload at least one new image and create the new album. Using FTP or cPanel on the host to add the folder adds unnecessary steps to album creation.
Thanks for all your efforts to make this a great program.
Thanks for this update.
For a client, I put up zp with a one click install on Dreamhost, and I wouldn't know where they had to FTP to.
I hope this goes quickly into a release.
Thnx
Arjen