Jump to content

Featured Replies

  • Author

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

Spoiler alert

Firefox_Screenshot_2023-07-19T07-00-43_147Z.thumb.png.c163d1fe4beee7cf7472a90bc181ae73.png

 

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

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

  • 2 недели спустя...
  • 3 недели спустя...
3 часа назад, turk сказал:

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!

10 часов назад, Xontero сказал:

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.xml

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.