News:

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

Main Menu
Support-Forum

Using Jdownloads Latest Module, need only icon for download

Started by raul1233, 15.01.2019 01:24:36

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

raul1233

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

Arno

This should be possibe easy. I will try it later and post it here.
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •  

ColinM

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

Arno

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]
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •