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

Looking for Automated Drupal install function

Hello, I recall seeing somehting on this forum about a year ago about ability to create new drupal install automatically (I presume using perl or other language). I don't mean fantastico. I don't want the standard install of drupal, but ability to quickly recreate install of MY VERSION of drupal with my own modified themes and css and database.

Has anyone done that yet? I'm trying to eliminate the repetition of going through all the steps over and over to get each new website exactly the way I want it.

Any ideas?

thanks in advance.

How to create a upload form??

anybody knows how to create a simple upload form?? All I know type => 'file' only for browsing a file. But how to send the file to server??

$form['sponsor_add']['logo'] = array(
'#type' => 'file',
'#title' => t("Browse Logo")
);

Teaser list with NodeVote

Could anybody help me generate a list of teasers of the highest-rated nodes with NodeVote? Right now these nodes are displayed as a list of titles :( is there a way to show a teaser+voting result for each of them? thank you very much for any help!

a suggestion: module 'help's separation into .info or .help -same way Drupal did for hardcoded module styles

I am not a php/module devloper but like to share an idea that comes to my mind each time i look to a module's code and try to understand inner workings

the idea is -and what would be pros and cons-

what if individual modules help' to be placed module's .info doc and clear the module core from 'helps'

-the same way with Drupal v5 styles hardcoded into .modules separated into a .css -i think it was wise choice and same can be done for module 'help's live in .info or a .help doc for each module as a default standard and referenced there witin .module

Amazon Tools: install probs!

Hi,
I've just enabled the amazon tools module, all panels in admin seem present. I've checked phpinfo() to see if curls enabled, it is. I'm using php5x and drupal 5. I've also inserted my amazon associate id.

My problem is that when I try to use 'item import', as soon as I press search I just get a blank page, and it doesn't try to do much. Any ideas what's wrong?

I read on one forum topic something about letting amazon through on the firewall, so I dropped my firewall, still no joy!

Critical section in drupal across node_load?

I am trying to add group enrollment maximums to the OG groups module. Consider the following pseudocode:

Pages

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