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 the ecommerce module setup and running how i want it. Now, i would like to set it up for credit card processing. So, my question is: which processing company/reseller is suggested/easiest to implement into a drupal site?
It appears the Project module (same module used to display latest releases of Drupal) is not actively being developed, the last release was for Drupal 4.4. Any idea if this module will be updated anytime soon?
Is there any way to have all node teasers be displayed on the site (e.g. the main page) but give the "no access" message when the node is visited? I ask this because I am working on a paid-content site and would like users to see what content is available but not see the whole story unless they have the required privileges.
How would I go about writing a module for this? Or does one already exist?
I am a beginner php programmer (though very good at learning through example) and I am attempting to modify the Image module to output the gallery in a different format along the lines of
_______________________________________________________
|[thumb1]*| [Description]
|********| [link to full sized image1] [link to attached pdf file1]
|_________|_____________________________________________
|[thumb2]* | [Description]
|********| [link to full sized image2] [link to attached pdf file2]
|_________|_____________________________________________
|[thumb3]* | [Description]
|********| [link to full sized image3] [link to attached pdf file3]
|_________|_____________________________________________
*=blank space
Several questions:
1. How do I use the modified image.module (to be renamed pdfimage.module) while continuing to run the original image.module- where are all of the instances where i must modify the code or file/directory names or global variables, etc? This is my most important question, how to run multiple instances of image.module...
2. How do i call the attached file location using my node? I am using the attachement module to upload an attached PDF files...
3. Is there a way to automatically generate thumbnails of (page 1 of) PDFs? How do I incorporate this into image module?
4. Is there anyone who has coded something very similar and would be willing to share the code? Is there anyone who would like to code this for me (for no cost :)