The file_download_list tag is a Single Tag which is used to produce a list of download links according to the attributes set in the tag criteria.
The file_download_list tag has the following syntactic structure…
<txp:file_download_list />
Tag will accept the following attributes (case-sensitive):
Restrict to files from specified category. Default is unset.
Restrict to files with specified status. Available values: hidden, pending, live. Default is live.
How to sort the resulting list. Available values: id, filename, category, description, downloads, rand() random. Default is filename.
Number of files to display. Default is 10.
Number of files to skip. Default is unset.
Use specified form. Default is files.
Label for the top of the list. Default is unset.
(X)HTML tag (without brackets) to wrap around label. Default is unset.
(X)HTML tag (without brackets) to wrap around list. Default is unset.
(X)HTML tag (without brackets) or string used to separate list items. Default is br.
(X)HTML class attribute to be applied to wraptag. Default is file_download_list.
<txp:file_download_list limit="10" break="li" wraptag="ul" sort="downloads asc" />
Styles could go this way:
.file_download_list { list-style-type:none; }