Top "Drupal-6" questions

Drupal 6 is the Drupal version released on February 13, 2008.

How to theme a view in drupal

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-theming
drupal form api checkboxes

I am using drupal form api and using checkboxes. I am getting problem in default checked values with it. following …

drupal-6 form-api
Drupal Views: Generate xml file

Is there a views plugin that I can use to generate a xml file? I would like something that I …

php drupal drupal-6 drupal-views
Drupal Form API and $form_state['storage'] is destroyed on a page refresh

I have a form that displays two submit buttons. The first submit button sets $form_state['storage'] to a value. …

php drupal drupal-6 drupal-fapi
How do I create a node from a cron job in drupal?

In a custom module for drupal 4.7 I hacked together a node object and passed it to node_save($node) to …

php drupal drupal-6
How can I add a summary row to a Drupal View?

I'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-views
Drupal node_save no longer returns $nid, so how do I get it?

I have code like this: ... setup $issue object ... $node = node_save($issue); print_r($node); The node is created successfully, …

php drupal drupal-6
What is the correct way to obtain the Drupal installed document root?

Inside of a Drupal module I need to obtain the base path where the Drupal site is installed. For example, …

php drupal drupal-6 drupal-7
hook_form_alter not working

Im 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