Drupal 6:在博客文章列表页面中使用“查看”显示图像
我是 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.jpegPhoto:
sites/default/files/photoname_0.jpeg
Appreciate helps!!!! Thanks a lot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在添加字段的视图中选择字段,例如:“内容:图像(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.