Quantcast
Channel: MyBB Community Forums - Tutorials
Viewing all articles
Browse latest Browse all 690

CSS Badges in Postbit

$
0
0
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:

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

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

Code:
.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.


Example:

.png  Untitled.png (Size: 19.93 KB / Downloads: 18)

Viewing all articles
Browse latest Browse all 690

Trending Articles