Last change
on this file since 23804 was
23804,
checked in by mistic100, 11 years ago
|
add four functions in filename_pattern : escape, upper, lower, strpad
|
File size:
1.0 KB
|
Line | |
---|
1 | <dt><span>$conf['batch_download_max_elements']</span></dt> |
---|
2 | <dd>Maximum value of the <b>Maximum number of photos per download set</b> slider.<br> |
---|
3 | <i>Default is <span>1000</span>.</i></dd> |
---|
4 | |
---|
5 | <dt><span>$conf['batch_download_max_size']</span></dt> |
---|
6 | <dd>Maximum value of the <b>Maximum size of each archive</b> slider.<br> |
---|
7 | <i>Default is <span>500</span>.</i></dd> |
---|
8 | |
---|
9 | <dt><span>$conf['batch_download_additional_ext']</span></dt> |
---|
10 | <dd>Array containing downloadable file extensions (case sensitive).<br> |
---|
11 | <i>Default is <span>$conf['picture_ext']</span>.</i></dd> |
---|
12 | |
---|
13 | <dt><span>$conf['batch_download_file_pattern']</span></dt> |
---|
14 | <dd>Pattern for filenames in the archive.<br> |
---|
15 | Available fields are <span>%id%, %filename%, %author%, %dimensions%</span>.<br> |
---|
16 | Available functions are <span>$escape(xxx), $upper(xxx), $lower(xxx), $strpad(xxx, z, c)</span>.<br> |
---|
17 | <i>Default value is <span>%id%_%filename%_%dimensions%</span>.</i><br> |
---|
18 | <i>Example: <span>$strpad(%id%,4,0)_$escape(%filename%)_$lower(%author%)_%dimensions%</span>.</i></dd> |
---|
Note: See
TracBrowser
for help on using the repository browser.