jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => General => Topic started by: raul1233 on 15.01.2019 01:24:36

Title: Using Jdownloads Latest Module, need only icon for download
Post by: raul1233 on 15.01.2019 01:24:36
Hi, this is a great tool for downloads, but infortunately I need a specific requirement that a week of efforts have not been able to solve.

Im using the module Jdownload Latest, I want to display only the icon for the download, without title or any information, it means, I choose "Number of Downloads" = 5 in Jdownloads Latest and just want to see 5 icons in list mode and be able to download with that icons only.
Thanks.
Title: Re: Using Jdownloads Latest Module, need only icon for download
Post by: Arno on 15.01.2019 16:00:24
This should be possibe easy. I will try it later and post it here.
Title: Re: Using Jdownloads Latest Module, need only icon for download
Post by: ColinM on 15.01.2019 17:11:25
HiSorry to but in but if you are I think you can do this with a revised layout in an article.To do with the module itself then it mwill probably need a new parameter which is not a bad idea anyway.One can always use the Regular Labs 'Articles Anywhere' if needed

please see articlehttp://www.jdownloads.net/documentations/item/using-the-content-plugin-in-articles-and-modules.
So basically it is just a case of setting the layout appropriately.  A variation of Files Layout Single line should doPresently this has the code<div class="jd_content_wrapper">
<div class ="jd_clear {featured_class}" style="width:100%; padding:3px 0px; ">
      <div class = "jd_left" style="">{file_pic}{file_title}{release}{pic_is_new}{pic_is_hot}{pic_is_updated}</div>
      <div class = "jd_right jd_download_url_position" style="">{url_download}</div>
      <div class="jd_featured_pic" style="">{featured_pic}</div>
      <div class="jd_clear" style=""></div>
  </div>
</div>
<div class="jd_clear" style=""></div>

If you create a copy of that layout and change the code to<div class="jd_content_wrapper">
<div class ="jd_clear" style="width:100%; padding:3px 0px; ">
      <div class = "jd_left" style="">{file_pic}</div>
      <div class="jd_clear" style=""></div>
  </div>
</div>
<div class="jd_clear" style=""></div>

Please see pic of result
ColinPS before editing layouts please see articlehttp://www.jdownloads.net/documentations/item/editing-a-layout


[gelöscht durch Administrator]
Title: Re: Using Jdownloads Latest Module, need only icon for download
Post by: Arno on 15.01.2019 18:24:36
Please use the (unzipped) file below and copy it in the /tmpl folder from the jDownloads latest module. Afterwards select this file in the module option Alternative Layout and deactivate all not required output options. The symbol size can you also define in the settings.

[gelöscht durch Administrator]