This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

Ecommerce Credit Card Processing

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?

Thanks

New Copyright management modele

I've just added a new copyright management module to cvs. I'll tag it for Drupal 4.5 after I get some feedback. Here are the highlights:

Project.module -> will it be updated anytime soon?

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?

Showing teasers even without user privileges

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?

Running multiple instances of image.module

Hi-

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 :)

Advice for dynamic node creation and comments (image gallery-type)

I'm trying to port the functionality of an image gallery I had made previously (based largley on phpMyPhotos), into a drupal module.

I'd be generating nodes on-the-fly (is this a good idea?) during browsing image files/dirs on the filesystem abolishing a need to upload.

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions