Not signed in (Sign In)

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

    • CommentAuthorobelix
    • CommentTimeOct 23rd 2006
     
    If I want the pictures to be sorted by date taken by default when someone loads a page what do I change the global config to?

    if (!isset($_SESSION["plogger_sortby"])){
    $_SESSION["plogger_sortby"] = $config['default_sortby'];
    }

    I figure the default_sortby needs to be changed to somehting but I'm not sure what.