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 am currently working on a port of the image gallery that comes with image.module to work with category.module.
One gripe i have is that you loose the image gallery tiled page display functionality of image.module with category.module, so I decided to rewrite it for category.module :)
First attempt at coding with Drupal, but it seems dead easy (im a .net programmer/data analyst by trade), I started with the category_display.module to grab all the required hooks into the category module, rewrote them all.
Hi, I'm trying out the views module on drupal 4.7.
I'm developing a site for a commercial activity. Using the ecommerce module only for what regards product (tangible)
nodes and not really any commerce will be going on (such as shopping cart or paying with credit card on line)
What I would like is to use the views module to only show a fixed number (say 8) of products per page and have a NEXT/PREV
links at the bottom to navigate to the next and previous products pages.
i'm looking for abit of advice from anyone out there who is experienced with using Drupal for ecommerce.
I'm making a site in the coming months which will sell guitar tutorials in video format along with a PDF to explain the tut. The site will basically be an archive of songs and lessons that people can buy.
The client wants to reward people everytime they buy by offering customers a discount or points when they buy. Is there anyone out there who has tried with before or will i have to make something custom??
I'm working on a site that will allow users to upload images using Acidfree, and I'm trying to add a piece to the form that requires that the user checks a box to show that they agree to the terms and conditions for use of the photos. I know there's the Legal module, but that seems to work just for user registration. I don't need to collect any extra data, just prevent people from submitting unless they check the box.
I am having quite some trouble with file uploads, as everything seems to be different than normal. I don't know how to get the uploaded file, I can only retrieve the name.
Does anyone know how to retrieve the file? the $_FILES array is empty and file_check_upload also fails in any combination of keys I have tried :(