MyBB Community Forums

Full Version: How to do this
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi people

Im wondering how this guy did this thing here http://www.debationnation.com/forum-general-discussion

you can see that the sticky has a yellow background and that the locked has a gray one and the normal ones have the normal background. how did he do this?? is it plugin??
It's possible they did it with Conditional Templates. But it could be custom plugin as well.
It's not how they've done it but you can add this to your global.css
.forumdisplay_sticky {
	background: #ccc;
}
thanks guys
I used Template Conditionals as mentioned above. (It's an extremely useful plugin)