Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Contributed code FAQ.

Contributed code FAQ

From MoodleDocs
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This page really needs improving. Please see the page comments for suggestions of what to include, then remove this template when you're done.

What is contributed code?

Contributed code, or "contrib" for short, is understood to be all code contributed to Moodle which is not included in the standard Moodle distribution.

Where can I download contributed modules and plugins from?

The Modules and plugins database is a comprehensive reference of all known Moodle modules, hacks and plugins.

How do I install a contributed module or plugin?

See Installing contributed modules or plugins for instructions. Often the Module and plugin database will also have instructions for a specific contributed code. Some, but not all, contributors include a "Read me" file with instructions in their contributed code package.

In a typical install, you will probably copy some php files into one or more areas of you Moodle site's code, then click on the Site administration link called "Notifications" to start the install process.

How do I apply a patch?

See Development:How to apply a patch.

Why doesn't my newly installed module show up in the list of modules?

Firstly, check that you have visited your admin index page http://your_moodle_address/admin/index.php to complete the installation. Next, see the section on installation trouble-shooting in Installing contributed modules or plugins for further things to check.

How do I contribute code to Moodle?

See our Guidelines for contributed code.

Is there any information on creating a new module or plugin?

See Development:Modules, Development:Blocks and Development:Authentication plugins.

How do I upgrade my contrib code to Moodle 2.0?

See Development:Migrating contrib code to 2.0.

See also