MyBB Community Forums

Full Version: Can't get "Quick Theme" to work.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: fhxja.png]

[Image: cXjbf.png]

Why? (MyBB 1.4.11)
works for me.
this mod, is easiest to install without problem.
maybe something character is missing from your template.
See the mod file:

	$data .= "<span class=\"smalltext\"><strong>&nbsp;Quick Theme:</strong> ".$theme_select;
	$data .= "</span>\n<input type=\"submit\" value=\"Change Theme\" />\n";
	$data .= "</span>\n</form>\n<br />";		
	
	preg_match('#'.preg_quote('<!-- start: footer -->').'#i', $page, $matches);
	if($matches[0])
	{
		$page = str_replace($matches[0], "<br />".$data."\n<!-- start: footer -->", $page);

I edited the crap out of the footer template, I must have removed that.

Just checked, I did. Works now. Thanks!!