1.20.2.1 (checked in on 2008/06/08 at 13:10:07 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_eval | Evaluates php code and passes $node to it |
| auto_nodetitle_form_alter | Implementation of hook_form_alter(). |
| auto_nodetitle_get_setting | Gets the auto node title setting associated with the given content type. |
| auto_nodetitle_node_settings_form | Helper function for hook_form_alter() renders the settings per node-type. |
| 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. * |