jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => Topic started by: Stormray on 24.05.2016 02:15:24

Title: Jdownloads Content Plugin Simple File List possible?
Post by: Stormray on 24.05.2016 02:15:24
Hello :-)

I need a simple file list generated by the plugin within an article which simply shows the files in the category with direct download links (skipping/not using the downloads summary page).

Is this possible? I tried replacing the {url_download}with {download_link}, but this is not working...

Any suggestions or ideas?

regards
Stormray

[edit] figured it out by myself: just have to turn direct download on in global configuration... though it would be great to turn this on or off by parameter of the plugin, as by now all my category-lists are direct downloads (which doesn't matter in my use case).
Title: Re: Jdownloads Content Plugin Simple File List possible?
Post by: ColinM on 25.05.2016 00:57:46
Hi
You can do this in a simple way with the  'Files link only v3.2'  layout together with a little css in jd_custom.css.  the result is as shown in the attached picture.

The css code is simply
.jd_content_plugin {
    display:block;
}
And the text in the article would appear something like below:

This text shows a listing of all the Downloads in a specific category using layout 'Files link only v3.2' together with some CSS code.
{jd_file onlinelayout==Files link only v3.2}
{jd_file category==3 count==0}

Colin


[gelöscht durch Administrator]