diff --git a/styles/templates/default/tracker.tpl b/styles/templates/default/tracker.tpl index e2504459..fc19f091 100644 --- a/styles/templates/default/tracker.tpl +++ b/styles/templates/default/tracker.tpl @@ -422,7 +422,7 @@ $(function(){ | {tor.VIEWS}

-

+

{tor.COMPLETED}

diff --git a/tracker.php b/tracker.php index cd2e346e..4f77bfc4 100644 --- a/tracker.php +++ b/tracker.php @@ -838,6 +838,7 @@ if ($allowed_forums) 'SEEDS_TITLE' => ($seeds) ? $lang['SEEDERS'] : ($lang['SEED_NOT_SEEN']. ":\n ". (($s_last) ? bb_date($s_last, $date_format) : $lang['NEVER'])), 'LEECHS' => ($leechs) ? $leechs : 0, 'COMPLETED' => $show_completed_count ? (($compl) ? $compl : 0) : $tor['download_count'], + 'SHOW_COMPL' => (bool) $show_completed_count, 'REPLIES' => $tor['topic_replies'], 'VIEWS' => $tor['topic_views'], 'ADDED_RAW' => $tor['reg_time'],