Jump to content

Featured Replies

hi everybody

how can I show the number of all topics and all posts for each forum?

Spoiler

Untitled.thumb.png.8b6e9adc2fb6c289d6ab951fb98289bd.png

 

for example I want to show number of all topics and all posts for ipbmafia.ru forum In front of the title

 

 

Link to comment
https://ipbmafia.ru/topic/25155-show-the-number-of-all-topics-and-all-posts/
Share on other sites
1 час назад, turk сказал:

help!!!

forums-front-index-forumRow

{$forum->topics|raw} {lang="topic_pl_lc"}

turk шаблон forums > front > index > index

после <a href='{$category->url()}'>{$category->_title}</a> вставить:

					{{$all = \IPS\Db::i()->select( 'SUM(topics) as t, SUM(posts) as p', 'forums_forums', array( 'parent_id = ?', $category->_id ) )->first();}}
					Topics: {$all['t']} Posts: {$all['p']}

по желанию:

					{{$all = \IPS\Db::i()->select( 'SUM(topics) as t, SUM(posts) as p', 'forums_forums', array( 'parent_id = ?', $category->_id ) )->first();}}
					{{if $all['t'] > 0}}
						Topics: {$all['t']} Posts: {$all['p']}
					{{else}}
					{{endif}}

 

  • 2 недели спустя...

by_ix  thanks!

how can I add user follow button in comment controller section?

Spoiler

Untitled.thumb.png.7d9c7bb12914d5da127c40d68ece840a.png

 

if user is not followed "fa-user-plus" anf if user in followed "fa-user-times"

 

with regards!

 

4 часа назад, turk сказал:

by_ix  thanks!

how can I add user follow button in comment controller section?

  Скрыть контент

Untitled.thumb.png.7d9c7bb12914d5da127c40d68ece840a.png

 

if user is not followed "fa-user-plus" anf if user in followed "fa-user-times"

 

with regards!

 

There is a free plugin on the Marketplace regarding your request:

https://invisioncommunity.com/files/file/10178-follow-post-author/

  • 5 недель спустя...
On 1/3/2023 at 7:44 PM, by_ix said:

шаблон forums > front > index >  index

after <a href='{$category->url()}'>{$category->_title}</a> insert:

@by_ix thanks. everything good work. but this code doesn't show real status.

below image is one of my forums that shows 42 posts and 17 topics but your code shows 38 posts and 16 topics.

Spoiler

Firefox_Screenshot_2023-02-13T11-12-07_737Z.png.e9f128e111bc733af55876685440898d.png

 

Может удаленные или скрытые не считает.

4 hours ago, Zero108 said:

Может удаленные или скрытые не считает.

no I haven't hidden topic or post

Посчитай, сколько там на самом деле постов и топиков. Потом поймешь, что где неправильно. Например, удаленные посты и топики никуда из базы данных определенное администратором время не пропадают. Про удаленные данные в своем последнем сообщении ты не написал. Или невнимательно отвечал на мое сообщение, или скрываешь.

Edited by Zero108

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
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.