MyBB Community Forums

Full Version: Request: A plugin for deactiving image sin archive mode (lite mode)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Request: A plugin for deactiving image sin archive mode (lite mode)
In archive/index.php,
Find:
"allow_imgcode" => $announcement['allowmycode'],
Replace with:
"allow_imgcode" => "no",
Find:
$forum['allowimgcode']
Replace with:
"no"

(untested, but should work)
Thanx a lot !