Jump to content

Featured Replies

Posted
comment_194848

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

Spoiler alert

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

 

comment_194853

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

Спойлер

image.thumb.png.159cac9a615e625fe040ac094d780da0.png

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

  • Author
comment_194858

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

Spoiler alert

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

 

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

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

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

help!

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

comment_195797

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!

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