MyBB Community Forums

Full Version: Need Notice Mod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can anyone tell me what is the name of the notice mod used in mybb community forum. [In the top, Yellow, Green and Blue]. I want exactly like this one. Please help. I'm using mybb 1.6.8
Please reply fastHuh
You can do it using this plugin:

http://mods.mybb.com/view/board-messages
But it is not working in my mybb 1.6.8 Sad
Go to your ACP/index.php?module=style-themes&action=edit_stylesheet&tid=1&file=global.css&mode=advanced and add this code to the bottom. If you want different coloured news-bars then copy the code twice and change the _1 to _2 then edit the colours.
.newsbar_1 {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	font-weight: bold;
}

Add this code to the template you want.
<div class="newsbar_1">PUT_YOUR_CODE/TEXT_HERE</div>
(2012-08-25, 12:45 AM)NaXuh Wrote: [ -> ]You can do it using this plugin:

http://mods.mybb.com/view/board-messages

i`ve just installed this mod but cant find the settings for it anywhere