This feature adds node view modes for horizontal, vertical and sidebar teasers. (The horizontal teaser actually replaces Drupal's default teaser.)
To have an image appear in the teaser use the field_image
base image field provided by the Images Styles feature.
For each content type you will need to set the display settings as follows.
For both horizontal and vertical teasers:
For sidebar teasers:
If you are using a field_link
provided by the Link feature you also need to make your link field available (it doesn't matter what format setting you use). The teaser will then link to your custom URL rather than to the node.
To create a list of sidebar teasers produced by a view, have a block with the following format options:
The view block then needs to be set to appear on the appropriate page(s) in the 'Content' region.
To create a list of vertical teasers produced by a view, have a block with the following format options:
Then change the format settings to:
This will create 2 columns. For 3 columns, for example, set the row class to campl-column4
.
Finally, set CSS class in the Advanced section to:
The view block then needs to be set to appear on the appropriate page(s) in the 'Content' region.
To create a list of sidebar teasers produced by a view, have a block with the following format options:
The view block then needs to be set to appear on the appropriate page(s) in the 'Sidebar' region.