ElearningWorld.org

For the online learning world

MoodleTechnical

Moodle Tech Tip – disabling plugin installation

Here’s a simple way to disable a Moodle plugin installing…

A really simple way to disable the installation of a plugin is to set a ‘dummy’ value in the plugin’s version.php file like so:

$plugin->version = 0;
Stuart Mealor
Latest posts by Stuart Mealor (see all)

Stuart Mealor

Stuart is interested in all things e-learning, with specific interests in Moodle, e-learning strategy, and business development. His experience in education over 30 years, MBA in International Business, and knowledge of e-learning systems implementation, together with graphic design background, give him a unique skill set for e-learning projects.

2 thoughts on “Moodle Tech Tip – disabling plugin installation

  • Very cool! Thanks Stuart.

    Reply
  • Anonymous

    Very cool! Thanks Stuart.

    Reply

Add a reply or comment...