This causes no field to be selectable in the timelinejs settings on a view
when you save, get_value always gets a non-object and thus a fatal error

PHP Fatal error: Call to a member function get_value() on a non-object in views_timelinejs/views_timelinejs_plugin_style_timelinejs.inc on line 278

Comments

operinko’s picture

I just added support for Date (ISO) and Date (Timestamp) type fields as date sources.

Can you explain the image field issue a bit more?
I can't seem to reproduce it with the core image field at all.

operinko’s picture

Status: Active » Postponed (maintainer needs more info)
socialnicheguru’s picture

i used the file field + media.

I suppose this combination is not supported.

It could be added to the feature request list

operinko’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

The module currently handles field support with ctools plugins.
You should be able to extend it with a simple enough file (the module passes on all media field information to the plugin system and expects a url to the media in return).

I won't have the chance to add a new field for now atleast, being a bit busy with other projects.
If you do decide to add a plugin for file fields, you could consider dropping a patch for it here and I'll commit it as soon as I get a chance.