最近の検索
最近の検索はありません

FTB Support
参加日2021年4月15日
·
前回のアクティビティ2021年11月01日
フォロー中
0
フォロワー
0
合計アクティビティ
5
投票
0
サブスクリプション
1
アクティビティの概要
バッジ
記事
投稿
コミュニティへのコメント
記事へのコメント
アクティビティの概要
さんの最近のアクティビティ FTB Support
FTB Supportさんが投稿を作成しました:
Hey guys,
I found a couple of articles on how to add the Agent badge in the Communities section and, while the codes worked for many, it didn't work for me.
In the end, where you edit the code, we had to add the following codes in the community_post_page.hbs page:
{{#if post.author.agent}}
{{else}}
{{/if}}
---> See image below:
and a bit further down, this code:
{{#if author.agent}}
{{else}}
{{/if}}
---> See image below:
Aside from that, we added this code that was provided from different articles at the very end of the page entitled style.ccs:
.moderator:after, .product-manager:after {
content: "Community Moderator";
background-color: #333;
border-radius: 3px;
color: white;
margin-left: 8px;
padding: 2px 5px;
font-size: 10px;
}
I hope this helps you guys!
投稿日時:2018年2月06日 · FTB Support
0
フォロワー
22
投票
54
コメント