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.5 (checked in on 2006/11/07 at 21:38:05 by webchick)
This is an example outlining how a module can be used to extend existing content types.
We will add the ability for each node to have a "rating," which will be a number from one to five.
| Name | Description |
|---|---|
| nodeapi_example_form_alter | Implementation of hook_form_alter(). |
| nodeapi_example_nodeapi | Implementation of hook_nodeapi(). |
| theme_nodeapi_example_rating | A custom theme function. |