Plugin: jDownloads
Last updated
Last updated
This plugin enables you to insert files link (one by one or by a selection on one or several categories) from Jdownloads in your Newsletter.
You can also use this plugin to automatically include your new files in an Auto-newsletter or a Newsletter.
You can search in all your files and then click on one of the items to include it in your Newsletter.
You can download this plugin from our download area if you purchased at least one of our commercial version.
You can use this interface to insert any files in your Newsletter. Each item can be selected one by one.
Display:
Title Only: only the title will be inserted
Category View: the element will be inserted using the Jdownloads category view
Details View: the element will be inserted using the Jdownloads details view
Display pictures: You can decide to display or not this picture in your Newsletter or display a resized size of it.
Clickable Title: make your title clickable (so linked to your online version) or not.
Download: Create a direct link to the file so you can download it from the Acymailing newsletters.
You can select one or several categories and AcyMailing will automatically include the new files from the selected categories when their starting date is inferior to the maximum starting date you specified.
Columns: You can display the files on multiple columns with this option
Max. Number of items: The inserted tag will be replaced by a maximum of X file.
Min. Number of items: This option will only be displayed if you access this plugin for a Smart-Newsletter. AcyMailing will only generates your Smart-Newsletter if the minimum number of file found is reached.
Order by: Order the inserted files by name, id...
Filter: This option is only available in smart-newsletters and allow you to insert only newly created or modified elements since the last newsletter generated
Hidden parameters:
mindate: You can manually add "|mindate:2016-07-08" in the inserted tag so that it will only insert the elements created after the specified date
Display articles: This parameter enables you to filter the list of Jdownloads items in the tag system
All articles: AcyMailing will display all your Jdownloads items
Only published articles: AcyMailing will only display your published Jdownloads items
Max picture height / Max picture width : In case of you selected the resized option, AcyMailing will resize your pictures following the specified max height / width.
Menu ID : ID of the menu attached to the Jdownloads Component..
You can change the styles used for the files title and the items area by editing the styles in your AcyMailing template.
You can also modify the way your file is displayed by creating your own template which will be used to render the file. Please follow those instructions, we don't recommend you to modify the Jdownloads plugin directly otherwise your changes will be overwritten when you update AcyMailing.
Create a file in the the folder media / com_acymailing / plugins (if the folder doesn't exist, please create it first). The name of the file should be jdownloads.php If this file is available on your server, AcyMailing will use it and won't use the default one.
On this file you can access to the element $article (which is the item object loaded from the Jdownloads table).
You can display:
the Id of the file : $article->id
the name of the file : $article->file_title
picture of the article: $article->thumbnail
File creator: $article->username
Published date: $article->date_added
the url of your item: $link
Using all those variables, you can create your own product template.