MyBB Community Forums

Full Version: Color title of forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to ublock the HTML in Admin CP, In Forum Forum Management, Becuse i Want Create a forum in Admin CP>Manage Forums and title of this forum must be colored.
Ok, here is the code mod.

admin/forums.php

find
"name" => htmlspecialchars_uni($db->escape_string($mybb->input['name'])),
replace with
"name" => $db->escape_string($mybb->input['name']),
I believe this was considered a bug and has been fixed.