chane of $settings['gallery_default_name'] does not work
  • ong July 7

    Hi,

    I want to upload images to directories encoded with the date - for example, if I upload today, i would use "2010_07_07" as directoryname (below /galleries/ of course!). Tomorrow I would use "2010_07_08" and so on.
    I changed the settings.php
    Instead of
    $settings['gallery_default_name'] = 'venezuela';
    I am using this:
    $heute = date("Y_m_d");
    $settings['gallery_default_name'] = $heute;

    Also set:
    $settings['gallery_default'] = true;

    My problem: It does NOT work! Always the gallery which fits the FIRST of the
    $settings['gallery_sorting'] = 5;
    definition is shown on startup.

    ... please - any idea?
    Olaf

  • victorvictor July 22

    if you care to tell me *how* it does not work i can help you. the more info, the easier is to us to help you.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Apply for Membership