Show license/eula before download a file
Hi, I'm just in the process in lerning drupal to replace a joomla site which always trouble me with updates and a captcha module and I'm now at a level I will not continue with joomla. So i decided to take drupal. But I have a problem that blocks my migration. I need a possibility to attach several files to a node which can be downloaded by clicking on them (like it is done on the drupal.org site with some information on it, version, date, download counter, maybe more). But before the download starts it should show a license the user must accept before the download starts. Is this in drupal possible and if yes which module I should take for this? Thanks a lot for help, Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook
Matthias Fechner ha scritto:
Hi, ... Is this in drupal possible and Yes, I don't know if there is a module on drupal.org but you can do this with a custom module that display file information, a form that must be accepted and that send file via header()/file_put_contents. No direct download.
M. -- Michel 'ZioBudda' Morelli michel@ziobuddalabs.it Sviluppo applicazioni CMS DRUPAL e web dinamiche (LAMP+Ajax) Telefono: 0200619074 Telefono Cell: +39-3939890025 -- Fax: +39-0291390660 http://www.ziobudda.net ICQ: 58351764 http://www.ziobuddalabs.it Skype: zio_budda http://www.ziodrupal.net MSN: michel@ziobuddalabs.it JABBER: michel@ziobuddalabs.it
Hi, Am 08.07.10 08:58, schrieb Michel Morelli:
Yes, I don't know if there is a module on drupal.org but you can do this with a custom module that display file information, a form that must be accepted and that send file via header()/file_put_contents. No direct download.
hm, would be then a second step, I thought that this a a standard behaviour and was sure there should be a module available that is doing it, hehe it seems that I was wrong :) Another questions is it possible/or better how is it possible to attach several files to node (as private download) with extra fields like comment, date of last change, download count, version and an easy to way to replace these files with a newer version. The normal upload function seems not to work for this. Thanks, Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook
participants (2)
-
Matthias Fechner -
Michel Morelli