So I think I'm missing something.

I am trying to create a view, which will provide a block, which will display the latest images uploaded.

I do not want the view to display the image titles or anything else, just the thumbnail.

How do I tell views this?

Comments

Keith2005’s picture

I just brought up a raw drupal 6.8 site with user's images as thumbnails in a page view at http://www.ridge-runners.net if that's what you're looking for let me know. I'll help you with it.

Manamarak’s picture

Thanks Keith,

My problem is that I need to display the thumbnails without their titles.

I know that I can edit node.tpl.php to achieve this by adding something like

 if ($teaser)  
...

but my problem is that I want the teaser customized for only the front page, not other places where they might appear.

Does anybody know if this is possible?