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]
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