Jump to content

Featured Replies

  • Author

Я хочу, чтобы в рядах темы отображался только аватар пользователя, который решает, как на изображении ниже:

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

 

Если вы посмотрите на ссылку ниже, вы поймете, о чем я говорю:

https://ipsverse.com/forum/220-a-test-forum/

  • 2 недели спустя...
  • 3 недели спустя...
  On 19.08.2023 at 06:32, turk said:

help!

Это сложно реализовать, и мало кто будет заморачиваться с этим, потому что переменная $solvedComment не определена в контексте шаблона forums>front>topics>topicrow. И если попытаться вынести эту переменную в шаблон topicrow то мы получим ошибку. Чтобы исправить эту ошибку, нам понадобится убедиться, что переменная $solvedComment корректно передается в контексте этого шаблона. А как это сделать я ума не приложу...

hi

in topicrow template you should have changeی $topic with $row

{{if $solvedComment = $row->getSolution() AND ( $solvedComment->hidden() == 0 OR ( \in_array( $solvedComment->hidden(), array( 1, -1 ) ) AND $solvedComment->canUnhide() ) )}}
				  {lang="solved_byline" htmlsprintf="$solvedComment->author()->name"}
{{endif}}

 

good luck!

  On 22.08.2023 at 10:30, Xontero said:

hi

in topicrow template you should have changeی $topic with $row

{{if $solvedComment = $row->getSolution() AND ( $solvedComment->hidden() == 0 OR ( \in_array( $solvedComment->hidden(), array( 1, -1 ) ) AND $solvedComment->canUnhide() ) )}}
				  {lang="solved_byline" htmlsprintf="$solvedComment->author()->name"}
{{endif}}

 

good luck!

Запаковал это в плагин. Спасибо тебе.

image.png.886e17dbfa4d0fb4b9abed5c47084165.png

Solution Contributor Tag 1.0.0.xmlUnavailable

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.