Tagged: bbpress
Hello everybody,
How I can add to my forum the same label that you have here and change the div for answers from moderator and keymaster groups?
Kriesi uses following code for the badge:
#bbpress-forums .bbp-body .moderator.user-id-451 div.bbp-topic-content, #bbpress-forums .bbp-body .moderator.user-id-451 div.bbp-reply-content {
background: #f8f8f8 url(images/team-badge-head.png) top right no-repeat;
}
You need to change the image url and depending on your requirements the user class ( .user-id-451 ). However if you want to use different badges for different users you should use this class and change the user id (i.e. 451 in the code sample above).
And how I get the ID for each role?
Got it. I already did. Thank you!
Glad we could help. Let us know if you have any other questions or issues.