MyBB Community Forums

Full Version: Create those banners on the top on the index page.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The subject says it all. See the attached image.
It's a simple div within the index template with a background and some border-radius. For example:

<div class="indexalert">text here</div>

CSS for it:
.indexalert {
background-color: #ffffff;
padding: 8px 12px;
border-radius: 5px;
}
the easiest way is to use an announcements plugin

try => https://community.mybb.com/mods.php?action=view&pid=659
Thanks, guys!
This is the same plugin to do that. This one is used on MyBB Forums

https://community.mybb.com/mods.php?action=view&pid=121