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

creation date of the file

Started by adrianogar, 12.11.2014 04:28:42

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

adrianogar

Good evening,
How to get the creation date of the file is available for download

[gelöscht durch Administrator]
  •  

ColinM

Hi
Apologies but I do not quite understand the question as the download detail display in your pic shows the date.  I wondered if you perhaps meant how to format the date?
Colin
Colin M
  •  

adrianogar

hi, remove the file creation date.
  •  

ColinM

Hi
The details are produced by your currently Active Files layout - see Layouts on Control Panel

Whichever Files layout you are using then save it as a copy, it will be given a new name.  For example the usual active Fles layout is "Standard Files Layout without Checkboxes v2.5".  When you make a copy it will get a different name such as "Standard Files Layout without Checkboxes v2.5 (2)"

The reason to make a copy is to ensure you have a backup and thast it is not changed during an upgrade.

You then need to edit the layout as below and Save it, And of course make it the Active one.  See http://www.jdownloads.net/documentations/category/editing-layouts for more details.

<table width="100%" style="padding:3px;">   
   <tr>
      <td width="75%" align="left" valign="top">{description}<br />{mp3_player}<br />{mp3_id3_tag}</td>
      <td valign="top">{screenshot_begin}<a href="{screenshot}" rel="lightbox"> <img src="{thumbnail}" align="right" /></a>{screenshot_end}
      </td>
      <td width="15%" valign="top"> {created_date_title}<br /> {filesize_title}<br /> {hits_title}</td>
      <td text-align="right" width="10%" valign="top">{created_date_value}<br />{filesize_value}<br />{hits_value}</td>
   </tr>
</table>

modify to
<table width="100%" style="padding:3px;">   
   <tr>
      <td width="75%" align="left" valign="top">{description}<br />{mp3_player}<br />{mp3_id3_tag}</td>
      <td valign="top">{screenshot_begin}<a href="{screenshot}" rel="lightbox"> <img src="{thumbnail}" align="right" /></a>{screenshot_end}
      </td>
      <td width="15%" valign="top">  {filesize_title}<br /> {hits_title}</td>
      <td text-align="right" width="10%" valign="top">{filesize_value}<br />{hits_value}</td>
   </tr>
</table>


Colin
Colin M
  •