NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:ersetzer_rts:frontend_render:xdownload [2011/03/29 07:01] Knut Heermann (flip-flop) |
deutsch:ersetzer_rts:frontend_render:xdownload [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{indexmenu_n>20}} | + | {{indexmenu_n>25}} |
| ====== [xdownload=IDs||t:ags||f:older-IDs/] ====== | ====== [xdownload=IDs||t:ags||f:older-IDs/] ====== | ||
| Line 16: | Line 16: | ||
| **Z.B. v1.1:** ##%%[xdownload= t: Eine Zeichenkette als tag, tag05, tag06/]%%## | **Z.B. v1.1:** ##%%[xdownload= t: Eine Zeichenkette als tag, tag05, tag06/]%%## | ||
| - | **Z.B. v1.2:** ##%%[xdownload= t: Eine Zeichenkette als tag, tag05, tag06 : Template, greedy, max_count, sort_by /]%%## | + | **Z.B. v1.2:** ##%%[xdownload= t: Eine Zeichenkette als tag, tag05, tag06 : Template, gierig, max.-Anzahl, Sortierreihenfolge /]%%## |
| **Z.B. v1.3:** ##%%[xdownload= t: Eine Zeichenkette als tag, tag05, tag06 : Template, Operator, gierig, max.-Anzahl, Sortierreihenfolge /]%%## | **Z.B. v1.3:** ##%%[xdownload= t: Eine Zeichenkette als tag, tag05, tag06 : Template, Operator, gierig, max.-Anzahl, Sortierreihenfolge /]%%## | ||
| Line 53: | Line 53: | ||
| **Mögliche Einstellungen:** | **Mögliche Einstellungen:** | ||
| - | * **Output:** template based like filelist | + | * **Ausgabe:** Template basierend auf dem CP Dateiliste |
| - | * **tag search** is "word sensitive" or "%%*all character strings*%%" [ungreedy=0|greedy=1] | + | * **"tag"-Suche** ist "wortsensitiv" oder "%%*alle Zeichenketten*%%" [nicht gierig=0|gierig=1] |
| - | * **logical operators** [AND|OR|NOT] if tag is selected //(V1.3) (only important in tag mode)// | + | * **Logische Operatoren** [AND|OR|NOT] wenn "tag" ausgewählt ist //(V1.3) (nur wichtig im "tag"-Modus)// |
| - | * **max count** files are displayed [int] | + | * **Max.-Anzahl** Dateien werden angezeigt [int] |
| - | * minimal **key lenght** [int] //(only important in tag mode)// | + | * minimale **Schlüssellänge** [int] //(nur wichtig im "tag"-Modus)// wird im Script eingestellt |
| * - | * - | ||
| - | * Optional parameter input: ":template name, AND|OR|NOT, ungreedy|greedy, max count, sort by" //(V1.2/3)// | + | * Optionale Parametereingabe: ":Templatename, AND|OR|NOT, nicht gierig|gierig, max.-Anzahl, Sortierreihenfolge" //(V1.2/3)// |
| * - | * - | ||
| - | * **sort order** [string] | + | * **Sortierreihenfolge** [string] |
| * - sort_asc / sort_desc | * - sort_asc / sort_desc | ||
| * - tstamp_asc / tstamp_desc | * - tstamp_asc / tstamp_desc | ||
| Line 76: | Line 76: | ||
| * - FILE_NAME = filename | * - FILE_NAME = filename | ||
| * - FILE_TITLE = short info | * - FILE_TITLE = short info | ||
| - | * - _target = set up in RT (see in CUSTOM VAR or template) | + | * - _target = set up in RT (bitte in CUSTOM VAR oder Template nachsehen) |
| - | * - WxHxC = set up in RT (see in CUSTOM VAR or template) | + | * - WxHxC = set up in RT (bitte in CUSTOM VAR oder Template nachsehen) |
| * - Copyright = copyright | * - Copyright = copyright | ||
| * - | * - | ||
| - | * V1.1: BB code and lang replace like [en]...[/en] [de]...[/de] available | + | * V1.1: BB Code und "lang" ersetzen wie [en]...[/en] [de]...[/de] möglich |
| Line 205: | Line 205: | ||
| $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 554: | Line 554: | ||
| $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 919: | Line 919: | ||
| $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 | ||