Quote from: splittingred at Feb 19, 2010, 11:26 AM
Quote from: MediaGuy at Feb 19, 2010, 10:26 AM
- Be able to select multiple files at once to upload (not just a whole folder, also possibility to select a few files)
Already on the Roadmap: http://svn.modxcms.com/docs/display/ADDON/Gallery.Roadmap
Will it be possible to use this feature in the manager, so that you don’t need FTP access (like it works with MaxiGallery if you want to sync multiple images at once)?
- Giving a album a parent so you can nest albums
Why would you want this? How would this be useful in the front-end?
Because if you have lots of albums it’s easier to manage if you can click through categories. And it’s also better for the frontend, for example a client of ours has albums like:
Event1
- 2008
- 2009
- 2010
Event2
- 2008
- 2009
- 2010
Event3
- 2008
- 2009
- 2010
I want to be able to just target the album "Event1" and that it lists all child galleries. Because I want to automaticly update the list of "child" albums if the client add’s a child album. I don’t want him to need to change codes in the content to add a new album for a new year.
- Drag/drop for reordering images in a album
This is already implemented.
You fixed some problems today, but I still can’t reorder images (tested in Google Chrome for Mac and Firefox)
By ’custom fields’, do you mean per-item?
Yes per item, just like it’s possible with MaxiGallery... think of fields like "camera", "geolocation".. maybe even automatic by reading the EXIF data from the pictures? (that would be a second request then!)
Thanks for picking up the bug.
How do I get the gallerific plugin working? By just adding
to the call it isn’t working (just the same result as without the parameter, even after clearing the cache)
You need jQuery already in your page.
What jQuery version is needed for that? And do I need to it some Galleriffic specific code?
I also saw that the plugin doesn’t use the table prefix for it’s own tables, it would be better to use the table prefix. For example; we build all sites in 1 database before we place them in their own database, so there would be a conflict if you build 2 sites with the gallery package.