Go find
$table->construct_header($lang->controls, array("colspan"
=> 2, "class" => "align_center", "width" => 300));
Then change the 2 to 3
ADD
$table->construct_cell(" ", array("class" => "align_center",
"width" => 150));
end of the if($installed == false) statement before closed with
bracket.
ADD
$table->construct_cell($quickri, array("class" =>
"align_center", "width" => 150));
end of the else if($active_plugins[$codename]) statement before
closed with bracket.
ADD
$table->construct_cell(" ", array("class" => "align_center",
"width" => 150));
end of the else if($installed == true) statement before closed with
bracket.
When you uninstall this plugin, you're going to have to revert the page
back!
Vorschau:
Quelle: http://mods.mybb.com/view/quick-re-install