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) |
Jump to:
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
even that in not helping..
#2
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)?