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.
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
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...
$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 :