Download & Extend

No thumbnail in views if filepath is relative

Project:Teaser Thumbnail
Version:6.x-1.4
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:postponed (maintainer needs more info)

Issue Summary

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

#1

even that in not helping..

#2

Status:active» postponed (maintainer needs more info)

I 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)?

nobody click here