MyBB Community Forums

Full Version: Quotes Plugin?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
OK, on the quotes plugin I want to edit the color so it matches better with my board, and I wanted to know if this is the part that we change?
// Insert Templates needed for the Quotes plugin
	$template = array(
		"title"		=> "quotes",
		"template"	=> "<div style=\"background-color: #2e2e2e; color: #FFFFFF; border-top: 2px solid #d4d4d4; border-bottom: 2px solid #d4d4d4; text-align: center; margin: 10px auto; padding: 5px 20px\">
	<strong>{\$mybb->settings[\'quotestext\']}</strong><br />
	{\$showrandomquotes}
I changed the bg color, but it was still the same after I uploaded it...
benjo Wrote:OK, on the quotes plugin I want to edit the color so it matches better with my board, and I wanted to know if this is the part that we change?
// Insert Templates needed for the Quotes plugin
	$template = array(
		"title"		=> "quotes",
		"template"	=> "<div style=\"background-color: #2e2e2e; color: #FFFFFF; border-top: 2px solid #d4d4d4; border-bottom: 2px solid #d4d4d4; text-align: center; margin: 10px auto; padding: 5px 20px\">
	<strong>{\$mybb->settings[\'quotestext\']}</strong><br />
	{\$showrandomquotes}
I changed the bg color, but it was still the same after I uploaded it...

This is third party software, not MyBB. Please post here:
http://community.mybboard.net/forumdisplay.php?fid=73
You should edit the template via the AdminCP -> Templates section, not the PHP file.