Introduction
Note that the title is a link, shown in blue text, allowing the file to be downloaded.

Enable Content Plugin in Joomla
To see the list of the available facilities, then click on
For convenience the full description is reproduced in the Appendix at the end of this article.
As well as showing a single Download there are options to show all Downloads from multiple categories, select the Layout, use Latest, Top and Updated Downloads selection from specified Categories, and other option. The Content plugin is very useful, very powerful and flexible.

Enable Content in jDownloads
Leave 'Enable Plugin locally' as Yes. This is discused further later in this article.
Provided that the selected Layout shows Descriptions, then if you leave the parameter 'Show a truncated Downloads Description' as zero then the entire descripition in the selected Download will be shown. Use the pull down to set at say 50. This is sufficient to indicate that the selected Download has a description.


Disabled Message
When both the 'Show disabled message?' AND 'Show the original Title' are set to Yes then the Download still appears in the article.
However as illustrated opposite, the title has no link to enable the file to be downloaded.


Show Original Title
Note that both of these text options support multilingual sites.
Title Replacement
The 'Title replacement' option allows showing a suitable message to your users indicating that Downloads are locally disabled.
The typical appearance is illustrated opposite.
For a multilingual site then use the strucure as indicated opposite.



Description Replacement

Show truncated Downloads Description
But if it is set to zero as shown opposite then the whole description is shown.

Select Default Layout
The first option 'Default Layout' allows you to select which layout to use as the default
Use the pull down to select the layout.


Enable Button Plugin
, then in the
. Click on
.This adds a
For more information and details see Content Plugin in articles and modules - advanced (opens in a new window/tab).

In the main Joomla menu click on

To add the Download link, place the vertical cursor where you wish the Download link to be located in the article. Next click on
. A list of Downloads will shown as indicated opposite. So now click on the download you wish to add to the article. Note the list is organised by 'ID descending' but you can change this as required


Note that at the present time the link always appears on a new line.
To allow adding within the text requires a modification of the jD CSS code. This is being investigated.

Appendix -Full Description
The plugin is automatically installed/updated when installing/updating the jDownloads component. Modified and reworked for Joomla 3.x/4.x by Arno Betz - jDownloads.com - 2022-08-16
In the following *DID is the ID number of the Download to be shown, eg 52.
*CIDLIST is a comma separated list of the ID numbers of those Categories whose Downloads are to be shown, eg 3,12.
count==*N is the maximum number of Downloads to be shown from this category or category list. If count==0 is specified then all Downloads in the category are listed.
Show a Single Download: {jd_file file==*DID} eg {jd_file file==31} shows the Download with ID of 31 NB this is the style auto entered by the jD Content Button plugin
Show Downloads from a single or several Categories: {jd_file category==*CIDlist count==*N} eg {jd_file category==15 count==5} will list upto 5 Downloads from the category whose ID is 15.
eg {jd_file category==15,2 count==0} will list all the Downloads in the categories with IDs 15 and 2. eg {jd_file category==15,3,41,6 count==12} will list upto 12 Downloads from those categories with IDs 15, 3, 41 and 6.
Listing latest, top and last updated from any category:
Listing latest, top and last updated only from select categories
{jd_file cat_latest==*CID1,*CID2,*CID3 count==*N} eg {jd_file cat_latest==12 count==3} lists the 3 latest downloaded Downloads from the category with ID 12. {jd_file cat_updated==*CID1,*CID2,*CID3 count==*N} eg {jd_file cat_updated==17,35 count==6} lists the 6 most recently updated Downloads from the categories with IDs 17 and 35.
Selecting layouts {jd_file onlinelayout==layout name} you can use this to select the which layout to use when showing Downloads. That is it is possible to use specific layouts rather than the layout selected in the Configuration - Plugin tab. Example: {jd_file onlinelayout==Simple File List}{jd_file latest==5 count==3}
ColinM July 2020 Modified June 2023, April 2025, May 2025, July 2025
