MyBB Community Forums

Full Version: Quote box
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
before 1.0 , there was a quote box or line.. which divided the quote from the post... now in my forum why i can't see it?
nasrul Wrote:before 1.0 , there was a quote box or line.. which divided the quote from the post... now in my forum why i can't see it?


like these lines...
Hmm if u have seen this lines working in MyBB Support forum, it should work for u too.
Maybe u have applied a skin then hidden the settings of the Quotebox.
You might want to re-write your Quote style.

Go to Admin-CP -> Themes -> Modify/Delete -> MyBB Master Style -> Edit -> Additional CSS

Search for

.quote_header {
	background: #fff;
	border: 1px dashed #000;
	border-bottom: 0;
	color: #000;
	font-weight: bold;
	margin: 8px auto 0 auto;
	padding: 4px;
}

.quote_body {
	background: #fff;
	border: 1px dashed #000;
	border-top: 0;
	color: #000;
	padding: 4px;
	margin: 0 auto 8px auto;
}

and replace it with your one.
hmm did that... but still not working Sad
Quote:and replace it with your one.

he doesn't have it , so he will have just to add the provided code under

Go to Admin-CP > Themes > Modify/Delete > MyBB Master Style > Edit
at the bottom of page add the code to the Additional CSS Attributes box

regards