NAVIGATION
This shows you the differences between two versions of the page.
|
english:phpwcms_replacer_rts:frontend_render:xdownload [2010/05/21 20:54] Knut Heermann (flip-flop) |
english:phpwcms_replacer_rts:frontend_render:xdownload [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| {{indexmenu_n>20}} | {{indexmenu_n>20}} | ||
| - | ====== xdownload by ids, tags, folder ids ====== | + | ====== [xdownload=IDs||t:ags||f:older-IDs/] ====== |
| Download rt for files from file center. | Download rt for files from file center. | ||
| 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 53: | Line 53: | ||
| * **Output:** template based like filelist | * **Output:** template based like filelist | ||
| * **tag search** is "word sensitive" or "%%*all character strings*%%" [ungreedy=0|greedy=1] | * **tag search** is "word sensitive" or "%%*all character strings*%%" [ungreedy=0|greedy=1] | ||
| - | * **logical operators** [AND|OR|NOT] if tag is selected //(V1.3)// | + | * **logical operators** [AND|OR|NOT] if tag is selected //(V1.3) (only important in tag mode)// |
| * **max count** files are displayed [int] | * **max count** files are displayed [int] | ||
| - | * minimal **key lenght** [int] | + | * minimal **key lenght** [int] //(only important in tag mode)// |
| * - | * - | ||
| - | * Optional parameter input by tag: ":template name, AND|OR|NOT, greedy|ungreedy, max count, sort by" //(V1.2/3)// | + | * Optional parameter input: ":template name, AND|OR|NOT, ungreedy|greedy, max count, sort by" //(V1.2/3)// |
| * - | * - | ||
| * **sort order** [string] | * **sort order** [string] | ||
| Line 148: | Line 148: | ||
| /** | /** | ||
| * ***************************************************************************** | * ***************************************************************************** | ||
| - | * 14.05.2010 K.Heermann http://planmatrix.de | + | * 14.05.2010 V1.1 K.Heermann http://planmatrix.de |
| * Update 18.05.2010 V1.1: Update parsing bbcode and call lang_replace if available | * Update 18.05.2010 V1.1: Update parsing bbcode and call lang_replace if available | ||
| * | * | ||
| Line 181: | Line 181: | ||
| * - Copyright = copyright | * - Copyright = copyright | ||
| * | * | ||
| + | * http://www.phpwcms-howto.de/wiki/doku.php/english/phpwcms_replacer_rts/frontend_render/xdownload | ||
| * ***************************************************************************** | * ***************************************************************************** | ||
| */ | */ | ||
| Line 202: | 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 478: | Line 479: | ||
| /** | /** | ||
| * ***************************************************************************** | * ***************************************************************************** | ||
| - | * 14.05.2010 K.Heermann http://planmatrix.de | + | * 14.05.2010 V1.2 K.Heermann http://planmatrix.de |
| * Update 18.05.2010 V1.1: Update parsing bbcode and call lang_replace if available | * Update 18.05.2010 V1.1: Update parsing bbcode and call lang_replace if available | ||
| * Update 20.05.2010 V1.2: Update optional parameter input by tag | * Update 20.05.2010 V1.2: Update optional parameter input by tag | ||
| Line 521: | Line 522: | ||
| * - Copyright = copyright | * - Copyright = copyright | ||
| * | * | ||
| + | * http://www.phpwcms-howto.de/wiki/doku.php/english/phpwcms_replacer_rts/frontend_render/xdownload | ||
| * ***************************************************************************** | * ***************************************************************************** | ||
| */ | */ | ||
| Line 550: | 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 830: | Line 832: | ||
| /** | /** | ||
| * ***************************************************************************** | * ***************************************************************************** | ||
| - | * 14.05.2010 K.Heermann http://planmatrix.de | + | * 14.05.2010 V1.0 K.Heermann http://planmatrix.de |
| * Update 18.05.2010 V1.1: parsing bbcode and call lang_replace if available | * Update 18.05.2010 V1.1: parsing bbcode and call lang_replace if available | ||
| * Update 20.05.2010 V1.2: optional parameter input by tag | * Update 20.05.2010 V1.2: optional parameter input by tag | ||
| Line 885: | Line 887: | ||
| * - Copyright = copyright | * - Copyright = copyright | ||
| * | * | ||
| + | * http://www.phpwcms-howto.de/wiki/doku.php/english/phpwcms_replacer_rts/frontend_render/xdownload | ||
| * ***************************************************************************** | * ***************************************************************************** | ||
| */ | */ | ||
| Line 914: | 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 | ||