Drupal 6 is the Drupal version released on February 13, 2008.
Can any one help me out on how to theme a view. For each view created i want to have …
drupal drupal-6 drupal-views drupal-themingI am using drupal form api and using checkboxes. I am getting problem in default checked values with it. following …
drupal-6 form-apiIs there a views plugin that I can use to generate a xml file? I would like something that I …
php drupal drupal-6 drupal-viewsI have a form that displays two submit buttons. The first submit button sets $form_state['storage'] to a value. …
php drupal drupal-6 drupal-fapiIn a custom module for drupal 4.7 I hacked together a node object and passed it to node_save($node) to …
php drupal drupal-6I've built a view (Drupal 6.x, Views 2.x). I'd like to be able to add a summary row at the …
drupal drupal-6 drupal-viewsI have code like this: ... setup $issue object ... $node = node_save($issue); print_r($node); The node is created successfully, …
php drupal drupal-6Im using drupal 6.16. The below code for hook_form_alter is not working. Im simply trying to change the 'Log …
php drupal drupal-6 drupal-modules