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