MyBB Community Forums

Full Version: Title/Announcements
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do i add the title bar on the homepage? I notice this site had a couple coloured bars when i visited it located about the topics. How do i add that? Because I want to make a title saying "Please login/register to read other topics and have access to more pages and features" Any help would be great. Thanks!
please help
plz

msg2short
http://mods.mybboard.net/view/board-messages is probably the most popular plugin.

Please remember, macdonjo, that we're just volunteers here, so you can't expect us to answer your questions that quickly. If you had searched the forum, you would have seen that this question has been answered many times before... Smile
You could also just make your own css class and use <div class="yourclass">your text here</div> in your index template.

For Example:

.newbargreen {
background: #D6ECA6;
border-top: 2px solid #8DC93E;
border-bottom: 2px solid #8DC93E;
text-align: center;
margin: 10px auto;
padding: 5px 20px;
}

You could put the above in your global.css file of your theme.