Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorbjornar
    • CommentTimeApr 9th 2007
     
    How do I go about sorting the collections on date submitted? I have looked in the code of gallery.php and plog-functions.php and changed the sort order to 'id' DESC. But that didn't take any effect.
    I have tried to restart my browser without any result.

    I did however manage to change the album sort order in gallery.php:

    $sql = "SELECT * FROM `".$TABLE_PREFIX."albums` WHERE `parent_id` = '$id' AND id IN ($imlist) ORDER BY `id` DESC LIMIT ".$from.",".$config["thumb_num"];
    •  
      CommentAuthorkent
    • CommentTimeApr 15th 2007
     
    You dont have to restart your browser...

    So.. sorting.. v2 or 3 of plogger ?