CSS Badges in Postbit
#1
If you'd like to have CSS group badges in your postbit, it's really simple. First, open your Post Bit Templates > postbit_author_user template, and add this to the very top:

<div class="{$usergroup['title']}">{$usergroup['title']}</div>	
<br />

You can then style each group in your CSS, like this:

.Administrators {
display: inline-block;
height: 30px;
line-height: 30px;
padding: 0 15px;
color: red;
}

This only works for the postbit though, so keep that in mind.


I've attached an example image, which you can get by using the CSS button resource here: http://community.mybb.com/thread-137656.html


Attached Files Thumbnail(s)
   
Reply
#2
how about on profile?
Reply
#3
I didn't get this really.
Reply
#4
Here's a more detailed version of the tutorial, Jimmy. Smile

http://community.mybb.com/thread-137656.html
Reply
#5
Very nice
[Image: mybb-fsr-review-badge.png]
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)