NAVIGATION
This shows you the differences between two versions of the page.
|
english:phpwcms_replacer_rts:frontend_render:xdownload [2010/05/26 14:47] Knut Heermann (flip-flop) |
english:phpwcms_replacer_rts:frontend_render:xdownload [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 35: | Line 35: | ||
| \\ | \\ | ||
| - | **Overview file infos** //(a very special filebrowser: comming soon)//: | + | **Overview file infos** //(a very special filebrowser: [[english/other-enhancements/backend/custom-links-in-home/filebrowserx]])//: |
| {{:english:phpwcms_replacer_rts:frontend_render:xdownload_filebrowser02_en_1.gif|}} | {{:english:phpwcms_replacer_rts:frontend_render:xdownload_filebrowser02_en_1.gif|}} | ||
| Line 203: | Line 203: | ||
| $download_template = 'x_download.html'; // template in "template/inc_cntpart/filelist/*" | $download_template = 'x_download.html'; // template in "template/inc_cntpart/filelist/*" | ||
| - | $key_lenght = 2; //Min lenght of entry | + | $key_lenght = 1; //Min lenght of entry |
| $max_count = ''; // Max count of files | $max_count = ''; // Max count of files | ||
| Line 552: | Line 552: | ||
| $download_template = 'x_download.html'; // template in "template/inc_cntpart/filelist/*" | $download_template = 'x_download.html'; // template in "template/inc_cntpart/filelist/*" | ||
| - | $key_lenght = 2; //Min lenght of entry | + | $key_lenght = 1; //Min lenght of entry |
| $max_count = ''; // Max count of files | $max_count = ''; // Max count of files | ||
| Line 917: | Line 917: | ||
| $download_template = 'x_download.html'; // template in "template/inc_cntpart/filelist/*" | $download_template = 'x_download.html'; // template in "template/inc_cntpart/filelist/*" | ||
| - | $key_lenght = 2; //Min lenght of entry | + | $key_lenght = 1; //Min lenght of entry |
| $max_count = ''; // Max count of files | $max_count = ''; // Max count of files | ||