Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Quick Re-Install

Quickly Uninstall and Reinstall plugin with just a click.

Version: 0.0.1
Author: jung3o
Submitted: 21st December 2012
Last Updated: 5th January 2013
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
Go find

PHP Code:
$table->construct_header($lang->controls, array("colspan" => 2"class" => "align_center""width" => 300)); 

Then change the 2 to 3

ADD

PHP Code:
$table->construct_cell(" ", array("class" => "align_center""width" => 150)); 

end of the if($installed == false) statement before closed with bracket.

ADD

PHP Code:
$table->construct_cell($quickri, array("class" => "align_center""width" => 150)); 

end of the else if($active_plugins[$codename]) statement before closed with bracket.

ADD

PHP Code:
$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!

Previews:Preview Image 6208