Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 5

auto_nodetitle.module

Version

1.4.2.15 (checked in on 2007/10/04 at 17:08:57 by fago)

Description

Allows hiding of the node title field and automatic title creation

Constants

Namesort iconDescription
AUTO_NODETITLE_DISABLED
AUTO_NODETITLE_ENABLED
AUTO_NODETITLE_OPTIONAL

Functions

Namesort iconDescription
auto_nodetitle_form_alterImplementation of hook_form_alter().
auto_nodetitle_get_setting
auto_nodetitle_nodeapiImplementation of hook_nodeapi().
auto_nodetitle_node_settings_formHelper function for hook_form_alter() renders the settings per node-type. @TODO: a re-evaluate PHP pattern on edit? option.
auto_nodetitle_permImplementation of hook_perm()
_auto_nodetitle_patternprocessorHelper 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. *