I have an image in a content type with CCK imagefield. When I plot the nodes into an horizontal timeline view, I get a number (not the node number) instead of the image when I select the image field to be displayed in the "bubble".
I've tried with and without imagecache, but the behavior is consistent (a number always gets displayed).
I'm using the .js linked to mit.edu (haven't been able to make it work locally).
(By the way, this is a great module; we're using it to show important events in our company's history).
Comments
Comment #1
jorgeegomez commentedHas anyone been able to display an image for an event in the timeline pop-up bubble in its recent versions?
Comment #2
jorgeegomez commentedSolved (somewhat) with the patch in #244426: show CKK imagefield in bubble
Comment #3
jorgeegomez commentedFor future reference:
The number that appears instead of the CCK image is the file id ('fid'). The function timeline_data should format the field received (probably with content_format) instead of just printing its value.