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.
I have installed ecommerce module and looking to integrate following features
* sample chapter download before purchase
* either download file from server on payment or order physical copy
Hi, I am hoping someone with some better knowledge of PHP can help me here. I am trying to integrate plogger into my drupal web site. Plogger can be seen in action here: http://www.plogger.org
I have tried to work with Gallery2 but it just is horrible. Plogger is much simpler and very nice looking. I thought it would be fairly straight forward to implement, since you can include the gallery on any page with just a line of code.
When I post a form, with a get method, in the url I have a problem with [ and ] chars. For example, if I post a value called "name", made with drupal api (4.7), the name in the form is edit[name], but when I post it with a get, in the url the variable is: edit%5Bname%5D=value and I have problem to retrive the value (in the form I lost the value). I use Drupal 4.7
How I can retrive the values of this form variable?
Google started paying a $1 per referral to get people to download firefox and the friendly folks at www.explorerdestroyer.com created some javascripts to that detect the browser and display a friendly message encouraging the user to download firefox if the user's browser is ie. I packaged this up in a quick drupal module so that if you want to use these scripts with drupals you just need to download the module and add a couple lines to any phptemplate theme.
I recently switched from developing outside of the drupal core to using the builtin node structure. My question is whether I am better off developing multiple node modules to handle the functionality that I'm looking for, or include it all in one module. I believe that I am better off having a different node module to handle the collection of nodes.