Contents contributed and discussions participated by Daniel Gregoire
forms_api_reference.html | Drupal API - 0 views
Drupal Script Library | ToddGee.commie - 7 views
Handling File Uploads | drupal.org - 1 views
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.
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
Drupal Developer's Toolbox - Smashing Magazine - 4 views
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; }
CDN integration | drupal.org - 0 views
Drubuntu HOWTO | groups.drupal.org - 0 views
Drupal modules api site - 2 views
clarify difference from Private Upload module or merge projects | drupal.org - 0 views
-
I created a manual page, http://drupal.org/node/540754
« First
‹ Previous
41 - 60 of 70
Next ›
Showing 20▼ items per page