MyBB Community Forums

Full Version: Is this a bug or just a limitation?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2011-08-21, 05:04 PM)RateU Wrote: [ -> ]If you are using the classic postbit style, MyBB "treat" it a bit different.
functions_post.php:
if($mybb->settings['postlayout'] == "classic")
{
	$post['groupimage'] .= "<br />";
}

Thanks RateU, that solve it.

I don't know why mybb handle the groupimage in a different way when using the postbit_classic.
Pages: 1 2