here’s the answer for anyone that might need it…
ngg-db.php, line 324 (nextgen 1.6.1)
$album->sortorder = serialize( $wpdb->get_col(“SELECT gid FROM $wpdb->nggallery ORDER BY gid DESC”) );
works after I added “ORDER BY gid DESC”
@joseph – I need exactly that. =)
know of any solutions?
thnx