MyBB Community Forums

Full Version: Green bar?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
This is going to sound really really n00bish of me, but on the forum home, how do you get the green bar with the announcement in?

And is customisable in the style?
Or use and cutomized Board Message

regards
zaher1988 Wrote:Or use and cutomized Board Message

regards
I generally use the Board Message which I then customize, but if you want to keep it simple (or don't want to mess around with mods) then the way DennisTT linked to is best for you.

If you do want to use the Board Message:

Add the following into your default theme "Additional CSS" box:
.newsbit {
background: #D6ECA6;
border-top: 2px solid #8DC93E;
border-bottom: 2px solid #8DC93E;
text-align: center;
margin: 10px auto;
padding: 5px 20px;
font-weight: bold;
}

Now go into your global template and find "global_boardmsg"

REPLACE EVERYTHING WITH:
<p class="newsbit">$boardmessage</p>
<br />

I use this on my forum: http://www.drpoodle.com/forums (only I changed the colors to blue).
your my hero zaher
lol, do you mean "DrPoodle"...since I wrote the tutorial :p
And how can I put 2 or 3 messages?

Because I only can write one !!

Cheers
Chimera Wrote:And how can I put 2 or 3 messages?

Because I only can write one !!

Cheers

Just repeat the same code underneath the existing message.
Strange, two threads were made on this subject today, one has vanished.

Must have been deleted.
zaher1988 Wrote:Or use and cutomized Board Message

regards

I activated it, where do I add the board message? In which option?
Pages: 1 2