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

Multiple versions of file

Started by piatkowski, 20.12.2015 11:37:10

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

piatkowski

Hello,
I was wondering how to modify jDownloads to work like this...
In many software portals (download catalogues) user can view file details and download 32-bit or 64-bit version of software.
My question is how to do that? My idea is to use custom fields from #6 to #10 (I'd like to use max. 5 additional versions of file).
I can modify backend:
- hide fields #6 - #10 from custom fields tab
- make additional form to upload files or paste URLs
- in controller, I handle file upload and update custom fields values in database
In frontend, it is easy to view custom fields #6-#10 as select box.
Download urls have additional variable ?version with values from 1 to 5
In frontend controller I could get value $file_version = (int)$_GET['version'];

I'm not very familiar with jDownloads so my question is: is it right way to modify this only for one project? Maybe it could be done using custom jDownloads plugin? Is there chance you add this feature in next updates?
  •  

Arno

Hi,
please read this:
http://www.jdownloads.com/forum/index.php?topic=8581.0

We work on a solution. But this comes earliest with next version in January/February.
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •