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

MD5 & SHA1

Started by Fassendek, 27.03.2018 15:38:27

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Fassendek

Hello! And how to output data MD5 and ShA1 for zip files in the user part?! Or is it already implemented somewhere? What tags do these values are so they can be inserted on the resume page or where to look?! Thank you.
  •  

ColinM

#1
Hi
These are available to show users in the Download Details Layout.         
For example the Download Details layout "Example Details Layout with Tabs v3.2" has for md5 a section as below. And also another  for ShA1

<div class="jd_field_row" style="">
      <span class="jd_field_title">{md5_title}</span>
      <span class="jd_field_value">{md5_value}</span>
</div>

So if you set that layout as the Download Details layout and ensure the Download Details are shown see
http://www.jdownloads.net/documentations/item/download-actions-direct-via-summary-page-or-via-download-details.

jD computes them for the file you are about to download. There are several utilities for a PC or other device to validate for a downloaded file.

Colin
Colin M
  •  

Fassendek

  •