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
It looks like you're new here. If you want to get involved, click one of these buttons!