diff --git a/styles/templates/default/tracker.tpl b/styles/templates/default/tracker.tpl index a6f3eb336..d5acd5d80 100644 --- a/styles/templates/default/tracker.tpl +++ b/styles/templates/default/tracker.tpl @@ -391,9 +391,9 @@ $(function(){
+ {tor.REPLIES} + | + {tor.VIEWS} +
++ {tor.COMPLETED} +
+{tor.UL_SPEED}
diff --git a/styles/templates/default/viewforum.tpl b/styles/templates/default/viewforum.tpl index c68761eb2..7135f7b96 100644 --- a/styles/templates/default/viewforum.tpl +++ b/styles/templates/default/viewforum.tpl @@ -473,24 +473,24 @@ td.topic_id { cursor: pointer; }- {t.REPLIES} - | - {t.VIEWS} -
- -- {t.tor.COMPL_CNT} -
- -+ {t.REPLIES} + | + {t.VIEWS} +
+ ++ {t.tor.COMPL_CNT} +
+ +{t.LAST_POST_TIME}
diff --git a/tracker.php b/tracker.php index b19a07f06..316cbebf1 100644 --- a/tracker.php +++ b/tracker.php @@ -29,7 +29,7 @@ $max_forum_name_len = 60; // inside forum select box $max_forums_selected = 50; $title_match_max_len = 60; $poster_name_max_len = 25; -$tor_colspan = 13; // torrents table colspan with all columns +$tor_colspan = 12; // torrents table colspan with all columns $per_page = $bb_cfg['topics_per_page']; $tracker_url = basename(__FILE__);