简体   繁体   中英

Drupal 6: display image with View in blog posts listing page

I'm new at Drupal, love it so far :)

I added Photo and Logo File field to blog entry with CCK. I need to display these images at blog post listing page. So at View Module, I added fields as below;

At View:

Content: Logo URL to file

Content: Photo Path to file

and it displays only names of files, but I need to display image. how can I make it with View Module?

Blog Listing Page:

Logo: http://blabla.com/drupal/sites/default/files/Logo_0.jpeg

Photo: sites/default/files/photoname_0.jpeg

Appreciate helps!!!! Thanks a lot!

In views in adding field select field like: "Content: Image (field_image)", then in Format : Image, Image to linked node etc.

Recommend also install imagecache module for appropriate resizing image.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM