時間軸模式:(時間軸方向性無法變更)
修改tad_timeline_index.tpl
$(document).ready(function() {
createStoryJS({
type: 'timeline',
width: '100%',
height: '500',
start_at_end: true,//最後日期為起點
//start_at_slide: <{$start_at_slide}>,//不使用
start_zoom_adjust:2,
lang: 'zh-tw',
source: '<{$xoops_url}>/uploads/tad_timeline/tad_timeline.json',
embed_id: 'my-timeline',
debug: true
});
});
列表模式:
修改function.php第315行
$sql = "select * from `" . $xoopsDB->prefix("tad_timeline") . "` order by `year` desc, `month` desc, `day` desc";
以上方式參考看看~