Jump to content

Счетчик тем


ShadowQ

Recommended Posts

Есть счетчик постов рядом с каждой категорией форума на главной. Как сделать чтобы показывал и счетчик тем?.

Дизайн дефолтный.

Спасибо)

MsH3iER.png

Link to comment
Share on other sites

ShadowQ 

Спойлер

<i class="fa fa-comments fa-lg" aria-hidden="true">
</i> {lang="Тем:"}
<strong> {{if $forum->hasChildren()}}{{$cSubTopics = 0;}}{{foreach $forum->children() as $subforum}}{{$cSubTopics += $subforum->topics;}}{{endforeach}}{{$cTopics = $forum->topics + 	$cSubTopics;}}{number="$cTopics"}{{else}}{{$cTopics = $forum->topics;}}{number="$cTopics"}{{endif}}</strong>
<br/><br/>
{{$count = \IPS\forums\Topic::contentCount( $forum, TRUE );}}
<i class="fa fa-envelope-o fa-lg" aria-hidden="true"></i> <span>{lang="Сообщения:"}</span> <strong>{number="$count"}</strong>

 

Спойлер

1.thumb.png.b4f49b44b415e8cb6da8a636cf58c9db.png

2.png.386fa6801a64ee3b16d224a0716e9ef4.png

 

Link to comment
Share on other sites

3 часа назад, SlawkA сказал:

ShadowQ 

  Показать контент


<i class="fa fa-comments fa-lg" aria-hidden="true">
</i> {lang="Тем:"}
<strong> {{if $forum->hasChildren()}}{{$cSubTopics = 0;}}{{foreach $forum->children() as $subforum}}{{$cSubTopics += $subforum->topics;}}{{endforeach}}{{$cTopics = $forum->topics + 	$cSubTopics;}}{number="$cTopics"}{{else}}{{$cTopics = $forum->topics;}}{number="$cTopics"}{{endif}}</strong>
<br/><br/>
{{$count = \IPS\forums\Topic::contentCount( $forum, TRUE );}}
<i class="fa fa-envelope-o fa-lg" aria-hidden="true"></i> <span>{lang="Сообщения:"}</span> <strong>{number="$count"}</strong>

 

  Показать контент

1.thumb.png.b4f49b44b415e8cb6da8a636cf58c9db.png

2.png.386fa6801a64ee3b16d224a0716e9ef4.png

Спасибо, заработало:) У меня чет тут нету кнопки такой, отблагодарить репой:).

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Ваша ссылка была автоматически строена.   Отображать как обычную ссылку

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...