By pawska on
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.
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
can you add images to a teaser view?
Sure, just make sure the image is above the
<!--break-->tag.more on the break tag at http://drupal.org/node/176829
Maybe I should clarify: I
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?
Maybe try the contemplate
Maybe try the contemplate module.
use teaser images
use teaser images modules
http://drupal.org/project/teaser_images
and http://drupal.org/node/101748
Here is how we did it...
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"
He's not referring to user
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.