Jump to content
Дизайн и модификация IPS Community IPBSkinsBETA
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
VIP

Автор темы

Recommended Posts

Интересуюсь есть ли по стандарту код который выводит автора темы?

Не хотел бы прибегать к установке плагина а просто добавить в postContainer код

 

Использую IPS 4.2

Share this post


Link to post

Автор темы

$item->author()

Автор поста

$comment->author()

Сравнивайте первое со вторым

  • Upvote 1

Share this post


Link to post

Надо попробовать

 

Тут копался в старом стиле и нашел как было но думаю не будет работать

{{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

Можете подсказать как правильней вывести.

По типу как выше код добавил

Share this post


Link to post
{{if $comment->author()->member_id and $item->author()->member_id == $comment->author()->member_id}}
Код
{{endif}}

  • Upvote 1

Share this post


Link to post

{{if $comment->author()->member_id and $item->author()->member_id == $comment->author()->member_id}}

Код

{{endif}}

 

Спасибо тебе добрейший человек, цены тебе нет!

Share this post


Link to post

Что то не так

Попробовал

{{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}}

cyEbO39.png

Share this post


Link to post

Что то не так

 

Мой косяк. Поправил код.

  • Upvote 1

Share this post


Link to post

Всё работает спасибо огромное.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...