HunterKing Posted September 15, 2016 Report Share Posted September 15, 2016 И снова всем доброго времени суток, уважаемые форумчане. Я хотел бы узнать, возможно ли звание, например новичок заменить на картинку. Картинка к самому званию прикреплена, но в теме не отображается, а отображается только в профиле пользователя. Поэтому в теме видно только название звания. Буду очень благодарен за любую помощь. IPS 4.1.14.2 Quote Link to comment Share on other sites More sharing options...
Sipsb Posted September 15, 2016 Report Share Posted September 15, 2016 (edited) Должно работать, проверил у себя. Возможно что-то не так делаете. Спойлер Edited September 15, 2016 by Sipsb Quote Link to comment Share on other sites More sharing options...
HunterKing Posted September 15, 2016 Author Report Share Posted September 15, 2016 Вот так выставлены параметры. Вот код из 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}} Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.