diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 0a55e99e..51df5b93 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -1,5 +1,8 @@ CHANGELOG +2013-09-22 by Ajax +Show tags on collage and bookmark tooltips + 2013-09-14 by Ajax Added date constrains to forum search diff --git a/sections/ajax/community_stats.php b/sections/ajax/community_stats.php index 218b8ea0..98a4d4f3 100644 --- a/sections/ajax/community_stats.php +++ b/sections/ajax/community_stats.php @@ -49,7 +49,7 @@ function check_paranoia_here($Setting) { if (check_perms('site_view_torrent_snatchlist', $User['Class'])) { $CommStats['usnatched'] = number_format($UniqueSnatched); } - if (check_paranoia_here('seeding') && check_paranoia_here('snatched') && $UniqueSnatched > 0) { + if (check_paranoia_here('seeding+') && check_paranoia_here('snatched+') && $UniqueSnatched > 0) { $CommStats['seedingperc'] = 100 * min(1, round($Seeding / $UniqueSnatched, 2)); } } diff --git a/sections/bookmarks/torrents.php b/sections/bookmarks/torrents.php index 41256ce8..279a2ba5 100644 --- a/sections/bookmarks/torrents.php +++ b/sections/bookmarks/torrents.php @@ -222,11 +222,12 @@ function compare($X, $Y) { if ($GroupYear > 0) { $DisplayName = "$DisplayName [$GroupYear]"; } + $Tags = display_str($TorrentTags->format()); ?>
  • - <?=$DisplayName?> + <?=$DisplayName?>
    diff --git a/sections/collages/artist_collage.php b/sections/collages/artist_collage.php index e45b4b88..058fb8de 100644 --- a/sections/collages/artist_collage.php +++ b/sections/collages/artist_collage.php @@ -54,7 +54,7 @@
  • - <?=$Artist['Name']?> + <?=$Artist['Name']?> diff --git a/sections/collages/torrent_collage.php b/sections/collages/torrent_collage.php index 778568d2..322b8877 100644 --- a/sections/collages/torrent_collage.php +++ b/sections/collages/torrent_collage.php @@ -234,12 +234,12 @@ if ($GroupYear > 0) { $DisplayName = "$DisplayName [$GroupYear]"; } + $Tags = display_str($TorrentTags->format()); ?>
  • - - <?=$DisplayName?> + + <?=$DisplayName?>