Skip to main content
areohbee
Legend
December 28, 2013
Question

User sort order in published collections - anyway to get at that? (from another/different plugin??)

  • December 28, 2013
  • 1 reply
  • 792 views

Currently, I'm running through a mock export of all photos since they're exported in order, but there must be a better way, no? (one that doesn't require the hokey pseudo-export I mean).

R

This topic has been closed for replies.

1 reply

johnrellis
Legend
December 30, 2013

When you create a collection with collection:addPhotos(), the user-sort order is set to the order of the photos as provided by addPhotos().

Does collection:getPhotos() return the current user-sort ordering?

areohbee
areohbeeAuthor
Legend
December 30, 2013

John R. Ellis wrote:

When you create a collection with collection:addPhotos(), the user-sort order is set to the order of the photos as provided by addPhotos().

Thanks John, it's possible I can make use of this fact.

John R. Ellis wrote:

Does collection:getPhotos() return the current user-sort ordering?

No, unfortunately. Or at least not when it's a published collection.