Not signed in (Sign In)

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

  1.  
    Could you tel me how to sort the pictures list in the manage content of a galery ?
    • CommentAuthorseblavenant
    • CommentTimeAug 12th 2008 edited
     
    I have found how to do !

    line 1425 -> plog-function.php

    $sort_fields = array(
    'number_of_comments' => 'num_comments',
    'caption' => 'caption',
    'date_taken' => 'EXIF_date_taken',
    'ordre' => 'ordre',
    'filename' => 'path',
    'date' => 'date_submitted',
    'id' => 'id',
    );

    $sortby = 'ordre'; // replace the value by the one you want from the array $sort_fields