Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #162891

    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?

    Label

    #162936

    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).

    #162954

    And how I get the ID for each role?

    #162967

    Got it. I already did. Thank you!

    #162968

    Glad we could help. Let us know if you have any other questions or issues.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Custom images for moderator in bbpress’ is closed to new replies.