Configure the layout and format of content and data presented to site visitors.
Almost non-existent module which demonstrates what you can do with hook_node_view_alter().
This example changes the visibility of fields based on whether the node is published.
This module creates additional view modes for all entities. There is one view mode created per domain per existing view mode.
Comment un-render also known as "Display Node Comments Anywhere" is a Drupal 6 module, which removes the comment_render() from the node_show(), after the node_view().
Webform Add More enables selected fieldsets to be initially hidden and progressively shown with an Add more button, mimicking CCK multiple fields.
A sandbox clone of the original image_title module by dksdev01, as a pla
Disable default system messages variable and creates a regular block to show them. This way they can be shown in any region of the theme.