Posted 15 сентября, 20168 yr comment_112374 И снова всем доброго времени суток, уважаемые форумчане. Я хотел бы узнать, возможно ли звание, например новичок заменить на картинку. Картинка к самому званию прикреплена, но в теме не отображается, а отображается только в профиле пользователя. Поэтому в теме видно только название звания. Буду очень благодарен за любую помощь. IPS 4.1.14.2
15 сентября, 20168 yr comment_112375 Должно работать, проверил у себя. Возможно что-то не так делаете. Спойлер Edited 15 сентября, 20168 yr by Sipsb
15 сентября, 20168 yr Author comment_112378 Вот так выставлены параметры. Вот код из postContainer {{if $comment->author()->member_id}} <li class="uip hint hint--right" data-hint="Обычный"> <span class="leftinfo"><i class="fa fa-thumbs-up" data-ipstooltip="" _title="Репутация"></i></span> <span class="rightinfo">{template="reputationBadge" group="global" app="core" params="$comment->author()"}</span> </li> Не тот код, вот, смотрите: {{if $comment->author()->member_title && $comment->author()->member_id}} <li class='ipsResponsive_hidePhone eaRank' data-ipstooltip="" _title="Звание">{$comment->author()->member_title}</li> {{elseif $comment->author()->rank['title'] && $comment->author()->member_id}} <li class='ipsResponsive_hidePhone eaRank' data-ipstooltip="" _title="Звание">{$comment->author()->rank['title']}</li> {{endif}}
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.