Downloads Tag
Use our Forums to find examples and answers to your questions. If you have advanced requirements for your project, contact us and our staff can help you find a solution.
Downloads Tag
Name: {exp:foxee:downloads}
The Downloads Tag will allow you to display all of the downloads your members have purchased. It will also show all of the free (guest) downloads available.
{exp:foxee:downloads}
{download_id} - {download_accept_eula}({download_size})<br />
{/exp:foxee:downloads}
Parameters
id="234"
Description: Set to a download ID you want to display. By default, the download tag will display all of the available downloads of the logged in user.
Required: no
Default:
Possible values:
sort="ASC"
Description: Reverse the sort order.
Required: no
Default: ASC
Possible values: ASC or DESC
orderby="date"
Description: Order the downloads displayed by date.
Required: no
Default:
Possible values: date
disable="registered|public"
Description: Disable certain download types from displaying.
Required: no
Default:
Possible values: "purchased" will not display purchased downloads. "registered" will not display the downloads that require EE membership. "public" will not display the free downloads.
backspace="1"
Description: Remove certain amount of characters at the end of the resulting output.
Required: no
Default:
Possible values: any integer number
paginate="both"
Description: Paginate downloads output.
Required: no
Default:
Possible values: top, bottom, or both
paginate_base="home/index"
Description: Set the base of the path segment in the URL.
Required: no
Default: Current URI
Possible values:
Conditionals
{if is_eula_accepted}
Description: TRUE if the member has accepted the eula FALSE if not.
Required: no
Default:
Possible values:
{if no_results}
Description: TRUE if there are no downloads to display FALSE if otherwise.
Required: no
Default:
Possible values: TRUE or FALSE
Variables
{download_id}
Description: The ID of the download in FoxEE.
Required: no
Default:
Possible values:
{download_name}
Description: The name of the download.
Required: no
Default:
Possible values:
{download_desc}
Description: The description set in the download settings of FoxEE.
Required: no
Default:
Possible values:
{download_link}
Description: A link to download the file.
Required: no
Default:
Possible values:
{download_accept_eula}
Description: Download link that automatically accepts the EULA before download
Required: no
Default:
Possible values:
{download_size}
Description: The size of the download file
Required: no
Default:
Possible values:
{download_eula}
Description: Displays the EULA from the downloads settings in FoxEE
Required: no
Default:
Possible values:
{download_count}
Description: The number of times the member has downloaded the file.
Required: no
Default:
Possible values:
{download_credit}
Description: The number of times the member is able to downloaded the file.
Required: no
Default:
Possible values:
{download_max_downloads}
Description: The number of times the member is able to downloaded the file according to the setting of the downloadable.
Required: no
Default:
Possible values:
{count}
Description: The current count of downloads within the loop.
Required: no
Default:
Possible values:
