Hi All,
in nextgen-gallety find file nggallery.lib.php, go to line 635.
here you can customize sort order for tag’s images. personally i prefere sort order from gallery:
<backticks>$picarray = $wpdb->get_results(“SELECT t.*, tt.* FROM $wpdb->nggpictures AS t INNER JOIN $wpdb->nggallery AS tt ON t.galleryid = tt.gid WHERE t.pid IN ($piclist) ORDER BY t.sortorder ASC “);</backticks>
ps: i use 0.9.8