Skip to main content

Home/ Drupal for Developers/ Group items matching "Forms" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
Scott Blackburn

Form Builder | drupal.org - 0 views

  •  
    Wow! This Lullabot contribution has serious potential for developers.
Scott Blackburn

Customising the user registration form | drupal.org - 0 views

  •  
    These snippets allow you to override the default user registration layout using a custom user_register.tpl.php.
Scott Blackburn

The node rendering solution | jeff eaton - 0 views

  •  
    The node rendering solution Published July 31, 2006 - 1:22am Tags: drupal | geekery | patches Jeff's blog
Daniel Gregoire

Handling File Uploads | drupal.org - 1 views

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

Programatic CCK Now Possible! | groups.drupal.org - 2 views

  • <?phpfunction mymodule_enable() {     // Get the files content   $filename = drupal_get_path('module','mymodule') . "/mymodule.cck";  $content = implode ('', file ($filename));      // Build form state    $form_state = array(       'values' => array(            'type_name' => '<create>',            'macro' => $content,      ),     );    // Put it in there     drupal_execute("content_copy_import_form", $form_state);}?>
  •  
    Start with comment 54181 - "This works for me in Drupal 6" and read along.
‹ Previous 21 - 31 of 31
Showing 20 items per page