I've gotten Timeline up and running almost satisfactory now, but I'm having some problems getting it to display the information I want.
I'm running:
Drupal 6.10
Views 6.x-2.3
Date 6.x-2.x-dev
Timeline 6.x-1.x-dev
Adding the start and end date to the views fields gets the items to show up ok i the timeline and adding the title gets the title of the nodes to display fine on the timeline and in the pop-ups. However, getting the information I want in the pop-up doesn't seem to be possible. Adding body text or teaser to the views fields adds nothing to the timeline pop-up. I can however get the post date to display for example.
When I try to add taxonomy:all terms to the fields nothing shows in the timeline and I also get a lot off errors of this type when accessing the settings for the timeline style option in Views:
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' , , , , ) AND td.vid IN (2) ORDER BY td.weight, td.name' at line 1 query: SELECT tn.vid AS node_vid, td.* FROM term_data td INNER JOIN term_node tn ON td.tid = tn.tid WHERE tn.vid IN (, , , , , ) AND td.vid IN (2) ORDER BY td.weight, td.name in
Anyone who can point me in the right direction?
Comments
Comment #1
xamanu commentedCan you please try the latest version of the 6.x-2.x-dev version. Is this still happening?
Comment #2
xamanu commentedThis has been fixed in the 2.x branch. The bubble body is getting rendered directly through views.