MyBB Community Forums

Full Version: Thread Tags
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I searched around for a thread tags plugin where it allows you to add tags to your thread. These tags are different, this is how they work.

For example in the title, you can add tags to your thread such as:

[Image: GBPohS1.png] there is also more like Pending, Accepted and Declined. Does anyone know where I can find a plugin to do this?
thread prefixes ?

login to cpanel admin > preferences> thread prefixes.
sample code prefix:
<span class="prefix prefix-whatever"> bla bla bla bla bla </ span>
add this code in global.css
.prefix {
    display: inline-block;
    padding: 0px 4px;
    border-radius: 3px;
}
.prefix-whatever {
    background: blue;
    color: #ffffff;
font-weight:bold;
}

for example see here: http://www.only126.web.id/Forum-AnsSport