Postponed (maintainer needs more info)
Project:
Teaser Thumbnail
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Aug 2009 at 10:37 UTC
Updated:
26 Dec 2009 at 06:01 UTC
thumbnails are not generated in views if the filepath image does not begin with '/' :
Patch :
in render function in views_handler_field_teaserthumbnail.inc file, changing the line :
$thumbnail = theme('imagecache', $this->options['preset'], $thumbnail);
by
$thumbnail = theme('imagecache', $this->options['preset'], '/'.$thumbnail);
Comments
Comment #1
saitanay commentedeven that in not helping..
Comment #2
hunvreus commentedI have no problem getting Teaser Thumbnail to work when using absolute or relative paths for my pictures (with or without the base path). Could you let me know if you are still experiencing difficulties with the latest version of Teaser Thumbnail (6.x-1.6)?