Jump to content

Featured Replies

Привет!
Как я могу отобразить аватар пользователя-решателя в строке темы?

Spoiler alert

Firefox_Screenshot_2023-07-18T20-50-42_262Z.thumb.png.edec95171d5ecc243bf21300497ca359.png

 

Link to comment
https://ipbmafia.ru/topic/25868-solved-by-in-topics-row/
Share on other sites

Есть еще расширенный вариант отображения сообщений:

Спойлер

image.thumb.png.159cac9a615e625fe040ac094d780da0.png

Как в таком варианте должен отобразится решатель?

Link to comment
https://ipbmafia.ru/topic/25868-solved-by-in-topics-row/?&do=findComment&comment=194853
Share on other sites

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

Spoiler alert

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

 

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

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

Link to comment
https://ipbmafia.ru/topic/25868-solved-by-in-topics-row/?&do=findComment&comment=194858
Share on other sites
  • 2 недели спустя...
  • 3 недели спустя...
3 часа назад, turk сказал:

help!

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

Link to comment
https://ipbmafia.ru/topic/25868-solved-by-in-topics-row/?&do=findComment&comment=195745
Share on other sites

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!

Link to comment
https://ipbmafia.ru/topic/25868-solved-by-in-topics-row/?&do=findComment&comment=195797
Share on other sites
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

Link to comment
https://ipbmafia.ru/topic/25868-solved-by-in-topics-row/?&do=findComment&comment=195813
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
Ответить в этой теме...

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

  • No registered users viewing this page.