No thumbnail in views if filepath is relative

alkahan - August 1, 2009 - 10:37
Project:Teaser Thumbnail
Version:6.x-1.4
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:postponed (maintainer needs more info)
Description

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);

#1

saitanay - December 22, 2009 - 04:58

even that in not helping..

#2

hunvreus - December 26, 2009 - 06:01
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)?

 
 

Drupal is a registered trademark of Dries Buytaert.