Drupal: Custom node with hooks
This CodeLet demonstration how to create a custom node in code and use different Drupal hooks to build different features.
The CodeLet implements following Drupal hooks:
- hook_node_info
- hook_menu
- hook_perm
- hook_nodeapi
- hook_form_FORM_ID_alter
This CodeLet also creates an xml document which will then be used by the gallery to display images as slideshow.