News:

Dear forum visitors, if the support forum is not available, please try again a few minutes later. Thanks!

Main Menu
Support-Forum

Jdownloads Content Plugin Simple File List possible?

Started by Stormray, 24.05.2016 02:15:24

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Stormray

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).
  •  

ColinM

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]
Colin M
  •