From 96e258ca4a7914a9ed26385abaf373b584fe0887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Mon, 23 Nov 2020 13:59:23 -0500 Subject: [PATCH] https://github.com/NodeBB/NodeBB/issues/8924 https://github.com/NodeBB/NodeBB/issues/8925 --- templates/account/profile.tpl | 12 ++++++------ templates/partials/account/menu.tpl | 28 ++++++++++++++-------------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/templates/account/profile.tpl b/templates/account/profile.tpl index 42524ac..28e5065 100644 --- a/templates/account/profile.tpl +++ b/templates/account/profile.tpl @@ -40,22 +40,22 @@
-
{postcount}
- [[global:posts]] +
{profileviews}
+ [[user:profile_views]]
-
{profileviews}
- [[user:profile_views]] +
{counts.posts}
+ [[global:posts]]
-
{followerCount}
+
{counts.followers}
[[user:followers]]
-
{followingCount}
+
{counts.following}
[[user:following]]
diff --git a/templates/partials/account/menu.tpl b/templates/partials/account/menu.tpl index 3e4171a..0e69dca 100644 --- a/templates/partials/account/menu.tpl +++ b/templates/partials/account/menu.tpl @@ -53,31 +53,31 @@ -
  • [[user:following]]
  • -
  • [[user:followers]]
  • +
  • [[user:following]] {counts.following}
  • +
  • [[user:followers]] {counts.followers}
  • -
  • [[user:blocks]]
  • +
  • [[user:blocks]] {counts.blocks}
  • -
  • [[global:topics]]
  • -
  • [[global:posts]]
  • +
  • [[global:topics]] {counts.topics}
  • +
  • [[global:posts]] {counts.posts}
  • -
  • [[global:best]]
  • +
  • [[global:best]] {counts.best}
  • -
  • [[global:header.groups]]
  • +
  • [[global:header.groups]] {counts.groups}
  • -
  • [[user:watched_categories]]
  • -
  • [[user:bookmarks]]
  • -
  • [[user:watched]]
  • -
  • [[user:ignored]]
  • +
  • [[user:watched_categories]] {counts.categoriesWatched}
  • +
  • [[user:bookmarks]] {counts.bookmarks}
  • +
  • [[user:watched]] {counts.watched}
  • +
  • [[user:ignored]] {counts.ignored}
  • -
  • [[global:upvoted]]
  • +
  • [[global:upvoted]] {counts.upvoted}
  • -
  • [[global:downvoted]]
  • +
  • [[global:downvoted]] {counts.downvoted}
  • -
  • [[global:uploads]]
  • +
  • [[global:uploads]] {counts.uploaded}
  • {{{each profile_links}}}