I'm doing some debugging in the code. timeline.module line 281:
$event['title'] .= $field['id']." title ".$view->field[$field['id']]->render($item);
My $item actually contains several different fields, which I want to display. Maybe it would be better to use a theme function there, so it can be overridden. What are your thoughts on that?
| Comment | File | Size | Author |
|---|---|---|---|
| Abwesenheiten - Plattform HPL_1222412918725.png | 3.23 KB | rapsli |
Comments
Comment #1
rapsli commentedmy dirty hack for now:
Comment #2
jmiccolis commentedI think that using a theme function for the title is a fine idea. Honestly however it's not a priority, but I'd be happy to commit a patch.
Comment #3
rapsli commentedoky... I'll get back on that.
Comment #4
xamanu commentedtargeting 6.x-2.x branch.
Comment #5
xamanu commentedthis is a sub feature to what is going to be discussed here: http://drupal.org/node/335314
Comment #6
xamanu commentedThere is a theme_timeline_bubble_title() function available now. Commit: #252918