MyBB Community Forums

Full Version: How to override the QUOTE?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
\[quote\](.*?)\[/quote\]

How to override the standard QUOTE mycode?
Its not accepting my new quote styles
I'm not sure you can override core MyCodes. What are you trying to do? Just change the style of the quote?
yeah pretty much using bootstrap styles

And how do i break a colon?

style=\"width\:90%\"

page wont load with colon (: )
Edit global.css and change blockquote as needed.

blockquote {
	border: 1px solid #ccc;
	margin: 0;
	background: #fff;
	padding: 10px;
}