Recent searches
No recent searches

FTB Support
Joined Apr 15, 2021
·
Last activity Nov 01, 2021
Following
0
Followers
0
Total activity
5
Votes
0
Subscription
1
ACTIVITY OVERVIEW
BADGES
ARTICLES
POSTS
COMMUNITY COMMENTS
ARTICLE COMMENTS
ACTIVITY OVERVIEW
Latest activity by FTB Support
FTB Support commented,
You're welcome @Pawel!
Glad to help!
View comment · Posted May 09, 2018 · FTB Support
0
Followers
0
Votes
0
Comments
FTB Support commented,
No problem, @Christen!
I'm glad this worked for you!
- Brian
View comment · Posted Mar 27, 2018 · FTB Support
0
Followers
0
Votes
0
Comments
FTB Support commented,
You're welcome, @Nicholas! I'm glad to hear that it helped you out! :)
And you're welcome, @Jennifer and @Jessie!
View comment · Posted Feb 07, 2018 · FTB Support
0
Followers
0
Votes
0
Comments
FTB Support created a post,
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!
Posted Feb 06, 2018 · FTB Support
0
Followers
22
Votes
54
Comments