MyBB Community Forums

Full Version: How to Style Board Messages?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just installed the plugin, Board Messages 2.0.1.
In New Message, it says if you want to style the message then add a css class. So, give me some css classes which are there in MYBB by default.

And is there any other way to style Board Messages?

Another Problem:
If I make a calender event, will other members be able to see my events?
1. Go to Admin CP > Configuration > Board Messages > Add Message.

2. Type in your message and in the Class field type custom_message1

3. Go to Admin CP > Templates & Style > Themes > Your Theme > board_messages.css > Advanced Mode.

4. Add this at the bottom:

.custom_message1 {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: center;
	margin-bottom: 10px;
	padding: 5px;
}
This is cool.. thanks
(2011-06-14, 06:03 PM)faviouz Wrote: [ -> ]1. Go to Admin CP > Configuration > Board Messages > Add Message.

2. Type in your message and in the Class field type custom_message1

3. Go to Admin CP > Templates & Style > Themes > Your Theme > board_messages.css > Advanced Mode.

4. Add this at the bottom:

.custom_message1 {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: center;
	margin-bottom: 10px;
	padding: 5px;
}

thx for sharing such helpful information man i was searching on google but i couldnt find any solution..........