WPIntell

Source evidence

Timelines 1.0 – a few hot fixes to get it running.

Timelines · review · 2012-11-08T06:51:00+00:00

praisesentiment
mediumseverity
0.5relevance
0replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 35 rows with source links

17.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

review · 4 stars
itubman unresolved
A few hot fixes are required to get it running To fix plugin activate problems. Edit file: timelines\timeline.php Change line 14 to: load_plugin_textdomain('tl', false, PLUGINDIR.'/'.dirname(plugin_basename(__FILE__)).'/langs'); To fix errors when no hot zones exist yet. Edit file: timelines\html.php Change line 47 to: if(isset($band['hotzones']) && count($band['hotzones']) > 0) { Fix javascript load order problems. Edit file: timelines\html.php Change line 24 to <!-- <script type="text/javascript" src="<?php print $tl_url; ?>/simile-timeline/timeline-api.js" ></script> --> Then add the following to the end of the file <?php function load_timelineV1() { wp_enqueue_script( 'timeline', plugins_url( '/simile-timeline/timeline-api.js', __FILE__ ) ); } add_action('wp_enqueue_scripts', 'load_timelineV1'); ?> To fix stale timeline data problems Edit file: timelines\html.php Change line 95 to Timeline.loadJSON("<?php print WP_PLUGIN_URL.'/'.dirname(plugin_basename(__FILE__)).'/data/'.$id.'.json'; ?>" + "?" + (new Date().getTime()) , function(data, url){ eventSource.loadJSON(data, url); });

Comments

0 shown

No comments were stored for this source.