Timeline doesn't work anymore

I tried the new url 'http://api.simile-widgets.org/timeline/2.3.1/timeline-api.js?bundle=true' in plugins/fabrik_visualization/timeline/models/timeline.php, but it did not worked.

Finaly, i decided to download the MIT timeline libraries (http://code.google.com/p/simile-widgets/downloads/list) and to install timeline api on my server :

1) i installed the libraries in a new repertory 'timeline_2.3.0' in 'plugins/fabrik_visualization/timeline/'

2) in timeline-api.js, i wrote the following lines :

Timeline_ajax_url="http://MY_SERVER_ADRESS/plugins/fab...meline_2.3.0/timeline_ajax/simile-ajax-api.js";
Timeline_urlPrefix='http://MY_SERVER_ADRESS/plugins/fabrik_visualization/timeline/timeline_2.3.0/timeline_js/';
Timeline_parameters='bundle=true';

3) in plugins/fabrik_visualization/timeline/models/timeline.php, i replaced line 336 with :

$document->addScript('http://MY_SERVER_ADRESS/plugins/fab....0/timeline_js/timeline-api.js?bundle=true');

And now it works!
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top