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

Local Advertiser Banner Ads

I need to be able to provide a mechanism through which local organizations and businesses can buy advertising space on a site that will be developed with Drupal. I'm trying to figure out if the components already exist or if I'll have to build them. Any thoughts or experiences with this? This is going to be a source of revenue for the organization that will be represented by this site.

problem with HTML form

Hi Experts can u plz tell me whenever i tried to create module with HTML form tags i am getting a blank Array at output can any buddy give complete code to create form module plz guys i am very much beginner to this drupal

Overwriting menu item titles

Hi

I was wondering if it's possible to overwrite Drupal's menu title from the hook_menu? My module is accessed using the path path/to/module/page like below...

drupal_execute with drupal 6

I had drupal_execute working under Drupal 5.x, but am having trouble getting it to work under Drupal 6.

Under 5.x, drupal_execute worked like this :

$node = array('type' => 'mynodetype');
drupal_execute($form_id, $form_values, $node);

Under 6.x I'm trying this :

$node = array('type' => 'mynodetype');
// a number of lines to setup form_state
drupal_execute('mynodetype_form', $form_state, $node); // this inserts node

I also tried to simply copy and past the sample from the Drupal 6 API docs but this didn't work :

two forms in single module

Hi experts can any buddy explain me how to use two forms ie one after another in a single module

Multi Submit form

Hi experts ,can any buddy explain me how to send value by url in drupal

Pages

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