Image composition let you create a composition of images of different aspects and dimensions, then scaling them to fit into a single rectangular block on the page.
This allows you to add multiple images to a single node and then choose to display all of them together nicely when viewing the node.
If you want a view renderer that will do the same thing for the results of views then please see Imagematrix. It does the same thing, in the same way, using a copy of the same code, but works on compositing view results. This module works on multiple image fields attached to single nodes.
Top Node provides a Views display type called 'node page' that displays a single node, using the same code that the node module does on that node's own default page.
#D7CX: I pledge that Related Block will have a full Drupal 7 release very soon.
Features:
* Display "related" content by searching for nodes with many of the same words
* Per-content type related content display
* Filter related content results by configured content types
* Basic i18n support (respects content selection mode)
This module provides an alternate way to manage blocks. If you have many blocks that are displayed in different configurations across your site's pages, managing them through the standard blocks admin interface can be tedious. For example, say you decide you want to add six blocks to three different pages based on request URI and four blocks (including two of the original six) to three other pages based on node type. This quickly becomes a frustrating exercise as you think through writing logic per block that will handle the overlap correctly. Block Assign simply provides another approach to organizing blocks.
Please be very sure to read the release notes before installing. They warn of (intentional) potential data loss as a result of configuring the module.