23.12.2012, 07:55
(Dieser Beitrag wurde zuletzt bearbeitet: 26.08.2014, 09:54 von MyBB.de Bot.)
Eine neue Erweiterung wurde veröffentlicht: Quick Re-Install
Zitat:Quickly Uninstall and Re-install plugin with just a click in the plugin config.
There are some manual install to this!
In ./admin/modules/config/plugins.php
Code: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!