VIP 0 04/28/2018 07:59 PM Интересуюсь есть ли по стандарту код который выводит автора темы?Не хотел бы прибегать к установке плагина а просто добавить в postContainer код Использую IPS 4.2 Share this post Link to post
newbie 1,722 04/29/2018 05:50 AM Автор темы$item->author()Автор поста$comment->author()Сравнивайте первое со вторым 1 Share this post Link to post
VIP 0 04/29/2018 08:51 AM Надо попробовать Тут копался в старом стиле и нашел как было но думаю не будет работать{{if \IPS\Settings::i()->euip_ShowTStarter == 1 AND \IPS\Settings::i()->euip_TStarterPanel == 0 AND $comment->author()->member_id == $TopicStarter}} <li class="{{if \IPS\Settings::i()->euip_TStarterHidePhone == 1}}ipsResponsive_hidePhone{{endif}}"><span style="background: #2b8cdb;margin-bottom: 3px;width: 100%;" class="ipsBadge ipsBadge_large ipsBadge_positive euip_TStarterBadge"><i class='fa {setting="euip_FaFaTStarter"}'></i> Автор темы</span></li> {{endif}} Share this post Link to post
VIP 0 04/29/2018 09:21 AM Можете подсказать как правильней вывести.По типу как выше код добавил Share this post Link to post
newbie 1,722 04/29/2018 10:15 AM {{if $comment->author()->member_id and $item->author()->member_id == $comment->author()->member_id}} Код {{endif}} 1 Share this post Link to post
VIP 0 04/29/2018 10:23 AM {{if $comment->author()->member_id and $item->author()->member_id == $comment->author()->member_id}}Код{{endif}} Спасибо тебе добрейший человек, цены тебе нет! Share this post Link to post
VIP 0 04/29/2018 10:28 AM Что то не такПопробовал{{if $comment->author()->member_id == and $item->author()->member_id == $comment->author()->member_id}} <span style="background: #2b8cdb;margin-bottom: 3px;width: 100%;" class="ipsBadge ipsBadge_large ipsBadge_positive"> Автор темы</span> {{endif}} Share this post Link to post
newbie 1,722 04/29/2018 10:54 AM Что то не так Мой косяк. Поправил код. 1 Share this post Link to post