Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
1.4.2.15 (checked in on 2007/10/04 at 17:08:57 by fago)
Allows hiding of the node title field and automatic title creation
| Name | Description |
|---|---|
| AUTO_NODETITLE_DISABLED | |
| AUTO_NODETITLE_ENABLED | |
| AUTO_NODETITLE_OPTIONAL |
| Name | Description |
|---|---|
| auto_nodetitle_form_alter | Implementation of hook_form_alter(). |
| auto_nodetitle_get_setting | |
| auto_nodetitle_nodeapi | Implementation of hook_nodeapi(). |
| auto_nodetitle_node_settings_form | Helper function for hook_form_alter() renders the settings per node-type. @TODO: a re-evaluate PHP pattern on edit? option. |
| auto_nodetitle_perm | Implementation of hook_perm() |
| _auto_nodetitle_patternprocessor | Helper function to generate the title according to the PHP code. Right now its only a wrapper, but if this is to be expanded, here is the place to be. * |