News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

Main Menu
Support-Forum

Layout plugin contend

Started by ivanpesquisa, 28.03.2016 13:39:15

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ivanpesquisa

Hi,
I am using the plugin to include in the download content.





however the link generated by the plugin shows the information:
creation date
file size
number of downloads
and the vertical format, mabixo each other in a row ...
in my case it would be better if they were horizontally next to each other on the same line,
mlehor or even hide information
I would like to know:
1 - leave these infromações horizontally online
or
2 - how to hide these 3 information in this link generated by PlugIM
how can I do this?




[gelöscht durch Administrator]
  •  

ColinM

Hi
The default layout used by the plugin is specified in Config - Plugins tab or you can name it explicitly if you look at the Content plugin notes
http://www.jdownloads.net/documentations/item/overview-and-installation-notes-for-jdownloads-plugins

In the next release of jD (v42) which is imminent, there are two new files layout. One is a single line and the other is just the name.

In the meantime you could make a copy of the Standard Files layout v25 see
http://www.jdownloads.net/documentations/item/editing-a-layout and
http://www.jdownloads.net/documentations/item/simple-example-of-layout-editing

In your copy in the main part delete all to leave just
<table class = "{featured_class}" width="100%" border="0" cellpadding="5" cellspacing="5" style="background:#F8F8F8;border-bottom:1px solid #cccccc;">
     <tr valign="top">
        <td width="80%" valign="top">{file_pic} <b>{file_title}</b>
          {release} {pic_is_new} {pic_is_hot} {pic_is_updated}
        </td>
        <td>{rating}</td>
       <td>{featured_pic}</td>
        <td valign="top" width="10%" align="center">{url_download}</td>
     </tr>
</table>

Leave the header, subheader and footer as in the original.
The line above with {url_download} generates the download button.

Colin
Colin M
  •