Jump to content

Как сменить стандартные значки ipb?

Featured Replies

Как сменить стандартные значки ipb?
Такие как закрепить, важная тема, закрытая тема и другие.

Link to comment
https://ipbmafia.ru/topic/11583-kak-smenit-standartnye-znachki-ipb/
Share on other sites
{{if $row->mapped('pinned') || $row->mapped('featured') || $row->hidden() === -1 || $row->hidden() === 1}}
	<span>
		{{if $row->hidden() === -1}}
			<span class="ipsBadge ipsBadge_icon ipsBadge_small ipsBadge_warning" data-ipsTooltip title='{$row->hiddenBlurb()}'><i class='fa fa-eye-slash'></i></span>
		{{elseif $row->hidden() === 1}}
			<span class="ipsBadge ipsBadge_icon ipsBadge_small ipsBadge_warning" data-ipsTooltip title='{lang="pending_approval"}'><i class='fa fa-warning'></i></span>
		{{endif}}							
		{{if $row->mapped('pinned')}}
			<span class="ipsBadge ipsBadge_icon ipsBadge_small ipsBadge_positive" data-ipsTooltip title='{lang="pinned"}'><i class='fa fa-thumb-tack'></i></span>
		{{endif}}
		{{if $row->mapped('featured')}}
			<span class="ipsBadge ipsBadge_icon ipsBadge_small ipsBadge_positive" data-ipsTooltip title='{lang="featured"}'><i class='fa fa-star'></i></span>
		{{endif}}
	</span>
{{endif}}

 


forums > front > forums > popularQuestionRow > questionRow > topicRow

Link to comment
https://ipbmafia.ru/topic/11583-kak-smenit-standartnye-znachki-ipb/?&do=findComment&comment=88482
Share on other sites

И что менять?

Link to comment
https://ipbmafia.ru/topic/11583-kak-smenit-standartnye-znachki-ipb/?&do=findComment&comment=88496
Share on other sites

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.