MyBB Community Forums

Full Version: Increase the "Order" input box width in ACP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
thanks matt, for your hint.

well, to increase the order input box width, open up
/admin/modules/forum/management.php file
and find
$form_container->output_cell("<input type=\"text\" name=\"disporder[".$forum['fid']."]\" value=\"".$forum['disporder']."\" class=\"text_input align_center\" style=\"width: 80%;\" />", array("class" => "align_center"));
and change 80%; to somevalue px;
Ex: 50px;

Change the value according to your need.
Pages: 1 2