Not Solved How to Style Board Messages?
#1
Not Solved
This user has been denied support. This user has been denied support.
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?
Reply
#2
Not Solved
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;
}
Reply
#3
Not Solved
This user has been denied support. This user has been denied support.
This is cool.. thanks
Reply
#4
Not Solved
(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..........
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)