Frisch aus der Presse
file_download_list
Autor: Alex
<txp:file_download_list />
Attribute:
- label=“labeltext”
- limit=“xx” (Default ist 10)
- break=“br” oder hr oder li
- wraptag
- category=“Kategoriename”
- form
- sort=“sort option here” (filename, downloads asc, downloads desc, rand())
- class=“class name” (default ist file_download_list)
- offset
- status
Der Tag gibt eine Liste der Downloadfiles sortiert nach einem Kriterium aus.
Bsp.:
<txp:file_download_list form=meinBaustein" limit="10" wraptag="ul" break="li" sort="downloads asc" />
bedeutet, dass 10 Download Dateien, aufsteigend sortiert nach Downloadzahl als Liste ausgegeben werden. Die stylistische Ausgabe erfolgt durch einen Baustein.
Ab Version 4.0.7 kann man den Tag auch als Containertag verwenden.
Filed: