file_download_list
Attributes:
- category="category name" • Restrict to files from specified category (comma delimited list capable). Default is unset.
- author="user login" • Restrict to downloads from specified user. Default is unset.
- realname="Author's name" • Restrict to downloads from specified Author name. Default is unset.
- auto_detect="context environment" • ???. Default is "category, author".
- status="status" • Restrict to files with specified status. Available values: hidden, pending, live. Default is live.
- sort="sort value(s)" • How to sort the resulting list. Available values: id, filename, category, description, downloads, created, modified, rand() (random). Default is filename.
- id="File ID number or comma delimited list of numbers" • Restrict returned file info by ID/IDs.
- limit="integer" • Number of files to display. Default is 10.
- offset="integer" • Number of files to skip. Default is unset.
- form="form name" • Use specified form. Default is files.
- label="text" • Label for the top of the list. Default is unset.
- labeltag="tag" • (X)HTML tag (without brackets) to wrap around label. Default is unset.
- wraptag="tag" • (X)HTML tag (without brackets) to wrap around list. Default is unset.
- break="value" • (X)HTML tag (without brackets) or string used to separate list items. Default is br.
- class="class name" • (X)HTML class attribute to be applied to wraptag. Default is file_download_list.
Behaviors:
The file_download_list tag can be used as either a single or container tag which returns a list of download links according to the attributes set in the tag criteria. The content wrapped in container tags will be treated the same as download form content.