Open GoogleCodeExporter opened 9 years ago
Please try again using ASC_DATE or DESC_DATE.
Let me know if the problem still exists.
Original comment by borkh...@gmail.com
on 4 Jul 2012 at 7:05
Sorry, it was a typo - it's still not working though. Seems like only DESC_NAME
and ASC_NAME works. Everything else (even "none") is ASC_DATE. In the feed
(http://picasaweb.google.com/data/feed/api/user/cirkusfoto), the albums are
sorted date ascending (old albums first), which doesn't seem right (at least I
think the feeds should be date descending).
Original comment by gra...@gmail.com
on 4 Jul 2012 at 12:25
That is correct: the feed is not sorted, but the data is sorted by PWI (Picasa
does not do sorting). Picasa returns the data as shown on the Picasa website.
Can you send me the PWI configuration you are using, so that I can test it here?
Original comment by borkh...@gmail.com
on 4 Jul 2012 at 12:57
Yes, I do understand that, but I thought it would be logical for Picasa to
automatically order albumst date descending, not ascending.
var settings = {
username: "cirkusfoto",
useQueryParameters: true,
showPermaLink: true,
popupPlugin: "fancybox"
};
I modified the original script a little bit to my client's orders, but i didn't
modify the sortAlbums (or something like that) function. It is here:
http://cirkusklub.si/fotogalerija/js/jquery.pwi.js
Original comment by gra...@gmail.com
on 4 Jul 2012 at 2:50
PS: I removed the album ordering from settings variable and changed the
ordering directly from the javascript pwi file:
http://cirkusklub.si/fotogalerija/js/jquery.pwi.js
Original comment by gra...@gmail.com
on 4 Jul 2012 at 2:51
Still no solution to the problem?
Original comment by gra...@gmail.com
on 15 Jul 2012 at 1:40
Original issue reported on code.google.com by
gra...@gmail.com
on 3 Jul 2012 at 10:01