Thanks. I should have been more specific. I'm using iPhototoGallery .6.1 exporter and it seems to pull the order of the albums from somewhere. I made an album and changed the creation date via the "edit album" option in the Gallery 2 admin and, while this properly changed the order of the albums in Gallery, it did not change it in iPhototoGallery. I did some testing and iPhototoGallery is not storing its own album file -- it's only getting the data from Gallery.
I want to view the album database and alter it, but I can't find the files or area in the mysql database where this is stored. Any ideas?
You may have answered my question above, but I don't fully understand it -- with my limited knowledge, it sounded more like an answer to where the data is held in php. Could you elaborate?
valiant
Joined: 2003-01-04
Posts: 32509
Posted: Sun, 2005-06-19 13:42
if it changed the order correctly in G2 and it everything looks ok in G2, then, most probably, the problem lies in iPhototoGallery, e.g. maybe it doesn't check the order or something like that.
you should contact the author of iPhototoGallery: http://zwily.com/iphoto/
Posts: 32509
list of albums -> GalleryAlbumItem
creation date -> GalleryEntity (mother of all classes in G2)
see:
http://gallery.menalto.com/modules.php?full=1&set_albumName=miscellaneous&id=aaf&op=modload&name=gallery&file=index&include=view_photo.php
http://gallery.menalto.com/modules/GalleryAPI/apidoc/
Posts: 3
Thanks. I should have been more specific. I'm using iPhototoGallery .6.1 exporter and it seems to pull the order of the albums from somewhere. I made an album and changed the creation date via the "edit album" option in the Gallery 2 admin and, while this properly changed the order of the albums in Gallery, it did not change it in iPhototoGallery. I did some testing and iPhototoGallery is not storing its own album file -- it's only getting the data from Gallery.
I want to view the album database and alter it, but I can't find the files or area in the mysql database where this is stored. Any ideas?
You may have answered my question above, but I don't fully understand it -- with my limited knowledge, it sounded more like an answer to where the data is held in php. Could you elaborate?
Posts: 32509
if it changed the order correctly in G2 and it everything looks ok in G2, then, most probably, the problem lies in iPhototoGallery, e.g. maybe it doesn't check the order or something like that.
you should contact the author of iPhototoGallery: http://zwily.com/iphoto/