Jump to content

Featured Replies

Posted

Hello, how do I replace the moderator icon with a friend or add different icons?)

 

  Quote

mod.thumb.JPG.876fd5298c3811cc632bf539e2204eec.JPG

 

Solved by Alexandr.P

Go to solution

You can adjust it via custom CSS. 

/* Change the icon for moderators */
.cAuthorPane_badge--moderator::before {
	content: "\f2c2";
}

Use the unicode value of the fontawesome 4 icon you'd like to replace it with. I used id-card as an example above.

Alright, Ryan. Time to arm wrestle.

Coming Lets Go GIF by 60 Second Docs

  • Author

Thank you very much)

And how to add different icons to different users, in the code it turns out we edit who is the moderator. Use this icon for a regular account?.🙂

The only other badge is for new members (registered within the last 30 days).

/* Change the icon for new members */
.cAuthorPane_badge--new::before {
	content: "\f2c2";
}

 

  • Author

so you can't add new icons(( 

What do you mean by "new" icons? Do you mean badges for groups other than moderators/administrators and new members?

If so, that would require a template/css customization.

  • Author

it is the icons for users, so I ask where you can search in the template to add code) 

Can you provide a screenshot showing what you'd like to do?

There are icons per usergroup that you can set out of the box, but these aren't badges. You do this in the group settings:

 Are you wanting to add a badge (the little blue circle that appears here in the bottom of a member's avatar) to all members (those that aren't "new" or moderators)?

 

  • Author
 

 Are you wanting to add a badge (the little blue circle that appears here in the bottom of a member's avatar) to all members (those that aren't "new" or moderators)?

 

Yes, yes)) 

Search for cAuthorPane_badge in templates and add whatever logic you'd like for whatever condition you'd like.

  • Author
  • Solution

Thank you very much))

Shaun The Sheep Movie Ok GIF

Guest
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.