Skip to content

Sort thumbnails on Website #1335

Discussion options

You must be logged in to vote

@Dentonknifeworks Brad, I assume you are referring to the Allsky Website with the star overlay, and not the WebUI?
You are correct, the sorting is done in functions.php by the asort($files) function. Change it to arsort($files) (I think the "r" is for "reverse").
One of my to-do items is to allow users to specify the sort order via a configuration variable, rather than having to edit the source code. Ditto for the WebUI.

Eric

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Dentonknifeworks
Comment options

Answer selected by EricClaeys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants