Quote:
Originally Posted by AnniKN
Me again
I am using this:
http://www.hotscripts.com/listing/au...e-gallery-1-2/
But it displays the thumbs in a random order. I need them to be in alphabetical order... Is there a simple snippet of code to do that? Or can you recommend another class that grabs all images in a folder and creates thumbs/links to the pictures  Thank you!
|
Without looking at the code is hard to tell, however, I would look to find where and how its probing the database. SELECT * FROM galleries ORDER BY date DESC
this will select everything from galleries and order it by date, descending
Find that and you can usually find why its displaying code the way it is. Of course it could be another function further in the code