I am trying to figure out if it is possible to add thumbnails (or any images) to a teaser view of a page. If it is, what would be the best way of accomplishing this? I am on Drupal 5.7.

Comments

jtjones23’s picture

Sure, just make sure the image is above the <!--break--> tag.

more on the break tag at http://drupal.org/node/176829

pawska’s picture

Maybe I should clarify: I have a content type created that allows users to submit content. I would like to add the ability for them to upload their picture. Then, I have a teaser view of all user created content that would show their picture in a thumbnail, as well as show the full page view image as thumbnail also. Can this be done?

kleorn’s picture

Maybe try the contemplate module.

nijuley’s picture

bonked’s picture

Easier than I thought when I started...

Goto your Admin > Site Building > Themes and configure your theme.

Under the Toggle display, turn on "User pictures in posts" and, if you would like "User pictures in comments" (which we did) and we have exactly what you discuss here working. It puts the user image as a thumbnail on the right of the teaser and full posting.

---
"If you are thinking, you are winning. Resistance is victory"

mr_dimsum’s picture

He's not referring to user profile pictures. I think the OP wanted users to submit an image pertaining to the article they are authoring. He wants this automatically thumbnailed to be displayed in the teaser, and upon viewing the article, for it to be a larger size within the article.