diff --git a/CHANGELOG.md b/CHANGELOG.md index a39e86e8b..b433df278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ - Invites: Permanent invites feature [\#1670](https://github.com/torrentpier/torrentpier/pull/1670) ([belomaxorka](https://github.com/belomaxorka)) - Demo mode: Save user language in cookies [\#1584](https://github.com/torrentpier/torrentpier/pull/1584) ([belomaxorka](https://github.com/belomaxorka)) - BBCode: Fixed relative links working [\#1613](https://github.com/torrentpier/torrentpier/pull/1613) ([belomaxorka](https://github.com/belomaxorka)) +- Fixed broken torrent stats displaying [\#1672](https://github.com/torrentpier/torrentpier/pull/1672) ([belomaxorka](https://github.com/belomaxorka)) - Fixed incorrect page width on mobile devices [\#1653](https://github.com/torrentpier/torrentpier/pull/1653) ([belomaxorka](https://github.com/belomaxorka)) - Fixed template caching issue [\#1622](https://github.com/torrentpier/torrentpier/pull/1622) ([belomaxorka](https://github.com/belomaxorka)) - Fixed `md5()` deprecated in PHP 8.4 [\#1561](https://github.com/torrentpier/torrentpier/pull/1561) ([belomaxorka](https://github.com/belomaxorka)) diff --git a/styles/templates/default/page_header.tpl b/styles/templates/default/page_header.tpl index 6cd69b151..ffeae1f90 100644 --- a/styles/templates/default/page_header.tpl +++ b/styles/templates/default/page_header.tpl @@ -391,7 +391,7 @@ function go_to_page ()
-
+

{L_USER_RATIO}

{THIS_AVATAR}
@@ -402,7 +402,7 @@ function go_to_page ()
{L_BONUS}{UP_BONUS}
{L_SEED_BONUS}{POINTS}
-
+
diff --git a/styles/templates/default/usercp_viewprofile.tpl b/styles/templates/default/usercp_viewprofile.tpl index 2c00e3da9..558045f9b 100644 --- a/styles/templates/default/usercp_viewprofile.tpl +++ b/styles/templates/default/usercp_viewprofile.tpl @@ -392,14 +392,12 @@ ajax.callback.group_membership = function(data) { style="display: none;"> {L_USER_RATIO}: - {USER_RATIO} [?] {L_NONE} (DL < {MIN_DL_FOR_RATIO}) - [ {L_BT_PASSKEY}: {L_BT_PASSKEY_VIEW} @@ -407,20 +405,18 @@ ajax.callback.group_membership = function(data) { {AUTH_KEY}{L_NOSELECT} | {L_BT_GEN_PASSKEY} ] - + [ {L_BT_NULL_RATIO} ] - + - ( {L_UPLOADED} {UP_TOTAL} + {L_RELEASED} {RELEASED} + {L_BONUS} {UP_BONUS} ) / {L_DOWNLOADED} {DOWN_TOTAL} - @@ -462,13 +458,10 @@ ajax.callback.group_membership = function(data) { {AGE} - {L_RELEASER_STAT} [ {L_RELEASER_STAT_SHOW} ] - - style="display: none;" class="bCenter borderless" cellspacing="1"> @@ -513,7 +506,6 @@ ajax.callback.group_membership = function(data) {
-