Hello,

Is there a way to display a specific item with each teaser, depending on the content type of the teaser? RIght now, the front page is very chaotic, as it is not clear what the teaers are referring to.
I would like to set specific icons, e.g. for blog entries, calendar items, forum posts, etc... that are displayed in the node titles of the teasers. For instance, a calendar entry would be automatically displayed with a calendar icon in the teaser; a blog entry with a pencil icon or so...
I have absolutely no experience in this; wouldb e great if someone could help me out.
Thanks

Comments

hunvreus’s picture

Status: Active » Closed (fixed)

Dear acki, this is more a design issue than something this module would be supposed to do. Please have a look at the theming handbook (http://drupal.org/theme-guide/5), you should be able to style your node teasers according to their type by adding, for example, a reference to their content type in the class of the div encapsulating a node (node.tpl.php).