Drupal 6:在博客文章列表页面中使用“查看”显示图像

发布于 2024-09-04 02:15:45 字数 556 浏览 2 评论 0原文

我是 Drupal 的新手,到目前为止很喜欢它:)

我使用 CCK 将照片和徽标文件字段添加到博客条目中。我需要在博客文章列表页面显示这些图像。所以在视图模块中,我添加了如下字段;

在查看:

Content: Logo URL to file

Content: Photo Path to file

,它仅显示文件名,但我需要显示图像。我怎样才能用视图模块做到这一点?

博客列表页面:

标志: http://blabla.com/drupal/sites/default/files/Logo_0。 jpg

照片: 站点/默认/文件/photoname_0.jpeg

感谢帮助!!!!多谢!

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!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

月朦胧 2024-09-11 02:15:45

在添加字段的视图中选择字段,例如:“内容:图像(field_image)”,然后在格式中:图像、图像到链接节点等。

建议还安装图像缓存模块以适当调整图像大小。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文