Active
Project:
Timeline
Version:
master
Component:
Compatibility
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2011 at 20:29 UTC
Updated:
14 May 2013 at 14:50 UTC
Jump to comment: Most recent file
For now I just disabled support for imagefields as icons. I haven't had an eye on this. But it might be connected in a similar way what KarenS points out for date field and views: #1199970: Date field handling works differently in D7
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | icons_in_timeline-0.1.patch | 8.25 KB | immoreel |
Comments
Comment #1
romansta commentedI need this feature, but I'm not a module developer. I know, that imagecache/imagefield are merged in image and 'presets' are now called 'styles'.
I renamed imagefield.inc in image.inc and added "files[] = plugins/image_sources/image.inc" to the timeline.info.
The code for the styles in timeline_view_plugin.inc works:
But I can't see the icon options. Should be something like this, I guess, but this doesn't work::
At last, the path in image(field).inc is wrong.
Any Idea?
Comment #2
romansta commentedNow the icon option in the views-backend is also visible.
Changed this in timeline_view_plugin.inc (similar to the date field above) :
Changed this in image(field).inc :
The path in image(field).inc is still wrong.
Comment #3
immoreel commentedHey,
We created a patch to enable image support in timeline.