Skip to main content

Home/ Drupal for Developers/ Contents contributed and discussions participated by Daniel Gregoire

Contents contributed and discussions participated by Daniel Gregoire

Daniel Gregoire

forms_api_reference.html | Drupal API - 0 views

  •  
    Drupal 6 Form API Reference
Daniel Gregoire

Programmatically create a CCK node | Eric's Drupal Blog - 6 views

  •  
    Programmatic CCK nodes: node properties.
Daniel Gregoire

Drupal Script Library | ToddGee.commie - 7 views

  •  
    Collection of shell scripts for automating Drupal tasks. Comment with link was posted to a Drupal group called Drubuntu.
Daniel Gregoire

Handling File Uploads | drupal.org - 1 views

  •  
    Extra coding needed to handle file uploads outside of FAPI definitions.
Daniel Gregoire

Advanced theme settings | drupal.org - 4 views

  • here. dman - April 6, 2009 - 22:10 This worked fo me. An additional logo (Appeared in the footer everywhere) Not sure why I had to put the submit handler into the #validate pass :-/ It was copied from the existing theme settings funcs. 'campaign_' is the theme name.
  •  
    d.o page for adding theme-settings.php file for custom theme features available at theme configuration page. Highlighting comment that successfully adds an "upload" field for uploading images for custom features.
Daniel Gregoire

PHP, and Drupal Questions [Archive] - Hostmonster Forums - 4 views

  • * file_uploads * upload_max_filesize * max_input_time * memory_limit * max_execution_time * post_max_size
  •  
    Good list of variables to remember to change if you need to change PHP memory limits, especially for file uploads. I keep forgetting post_max_size
Daniel Gregoire

Nick Sergeant :: Drupal 6ers… register your theme functions! Here's how. - 3 views

  • <? function name_of_module_theme() { return array( 'name_of_theme_function' => array( 'arguments' => array('items' => NULL) ) ); }
  • <? function theme_name_of_theme_function($items = NULL) { $output = 'hey, this is some output that gets generated when theme_name_of_theme_function($items) is called from somewhere'; return $output; }
« First ‹ Previous 41 - 60 of 70 Next ›
Showing 20 items per page