Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Hi all,
someone says if exist a module for drupal like updownload in postnuke?
I'm migrating a site from Mdpro and It's the ONLY feature I need for this site. Filestore and similar are not what I'm searching for....
Thank you.
And I am sure that many of you are already aware of it as well. I checked my account here on Drupal as well and it seems I can do it here so that really makes me worry. After someone creates and account at a Drupal site, they can edit their information and change their password. That's great. We all need to be able to change our password...
Does anyone know what code in the ecommerce module outputs the product info i.e. description, price, add to cart link etc. on the product listing page and the full product view? I presume it is somewhere in the product.module?
I would like to try and alter the placement of a few things if anyone can help me pinpoint exactly what I can move.
I' m a little bit lost about the module to use. I wish to enable users to send media files mp3 in their blogs. But wich module to use Media.module ? acidfree or else?
I have added fields in a hook_form() and 3 of the fields are SELECTs with an "Add New" button that takes the user to a new form to add an entry to the possible values in the select. I need to save what the user was entering, pass it through the "Add New" form and re-populate the fields in the original form when the user has submitted the new entry and returned.
I think I need to save $_POST['edit'] somewhere, so I tried variable_set/get but it didn't repopulate the original form when I went back there.