If you set the sorting to mtime (meaning last modified time) it should show the images in the order that they were last modified.
Are you using filemtime under Options->Gallery? That should change the order of the albums to what you describe.
If that fails, you can use the functions of the image_album_statistics plugin to achieve what you want. (http://www.zenphoto.org/documentation/plugins/_zp-extensions---image_album_statistics.php.html)
If you set to filemtime the gallery order of course does not change until there is a change.
The image_album_statisticcs plugin is not meant to replace the normal album/image loops, it is for displaying the "x images or album" of the given setting. So there is of course no pagination.
"If you set to filemtime the gallery order of course does not change until there is a change."
I realise that... I have several different user accounts whilst we are testing... The gallery order updates once after filemtime is selected. subsequent uploads by different users have no effect.
Its gonna be something simple I am missing
S
Tried refreshing the database... It updates the fields in the db tables but does not update the gallery...
We have it set so you have a main gallery and within that each user has one album they can upload to... only admin can create subalbums...
image_album_statistics worked straight out of the box and updated as it should but we need the pagination as well...
S