• Resolved pootzko

    (@pootzko)


    I saw there were some posts about this before, but it’s for some old versions of nextgen.. I think I tried all places in ngg-db.php where I could find anything concerning ASC and DESC, but nothing gave me a different result…

    any hints please?

    thank you

Viewing 1 replies (of 1 total)
  • Thread Starter pootzko

    (@pootzko)

    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”

Viewing 1 replies (of 1 total)
  • The topic ‘NEXTgen gallery (1.6.x) album sort’ is closed to new replies.