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.8.2.19 (checked in on 2008/05/18 at 19:40:04 by jrglasgow)
Create templates to customize teaser and body content.
| Name | Description |
|---|---|
| CONTEMPLATE_BODY_ENABLED | |
| CONTEMPLATE_RSS_ENABLED | |
| CONTEMPLATE_TEASER_ENABLED |
| Name | Description |
|---|---|
| contemplate_admin | Admin page... list out the node types |
| contemplate_array_variables | Recursive (and therefore magical) function goes through node object returns html representation of the node strings are clickable and insert into teaser/body fields |
| contemplate_available_files | List the available template files |
| contemplate_cck_get_fields | |
| contemplate_delete | |
| contemplate_delete_type_form | Menu Callback Confirm the deletion of the custom Content Template |
| contemplate_delete_type_form_submit | |
| contemplate_edit_type | |
| contemplate_edit_type_form | Menu callback Edit the template for a specific node-type |
| contemplate_edit_type_form_submit | |
| contemplate_eval | Copy of drupal_eval(), but extracts the node object so that variables are available to the template |
| contemplate_eval_enclosure | Eval the RSS enclosure field |
| contemplate_examples | Load an example node and display its parts used only on template edit page |
| contemplate_get_file | Given a node type and field type, return the content of the most specific file |
| contemplate_get_template | Get a single template |
| contemplate_get_templates | Get all of the current templates Only used on admin page |
| contemplate_help | Implementation of hook_help(). |
| contemplate_menu | Implementation of hook_menu(). |
| contemplate_nodeapi | Implementation of hook_nodeapi(). |
| contemplate_node_view | Run example node through view hooks to present the node object parts |
| contemplate_node_views | Load an example node and display its parts used only on template edit page |
| contemplate_perm | Implementation of hook_perm() |
| contemplate_refresh_files | Refresh the listing of template files for the current site |
| contemplate_save | |
| contemplate_system_settings | |
| theme_contemplate_field | Rewrite of theme_field to output default CCK output into the template. |