FAQ de code tiers

De MoodleDocs
Aller à :navigation, rechercher

Remarque : la traduction de cette page n'est pas terminée. N'hésitez pas à traduire tout ou partie de cette page ou à la compléter. Vous pouvez aussi utiliser la page de discussion pour vos recommandations et suggestions d'améliorations.


Qu'est-ce qu'un Plugin ?

Un plugin (ou plugiciel, add-on, code contribué, module d'extension) est un code capable d'ajouter des fonctionnalités ou options complémentaires à Moodle.

Un certain nombre de plugins sont déjà inclus dans le téléchargement standard de Moodle. D'autres plugins peuvent être obtenus à partir du répertoire Base des Plugins Moodle.

How do I install a plugin?

See Installing plugins for instructions. Some, but not all, contributors include a "Read me" file with instructions in their plugin 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 dev:How to apply a patch.

Why doesn't my newly installed plugin show up in the list of plugins?

Firstly, check that you have visited your admin index page http://your_moodle_site.org/admin/index.php to complete the installation. Next, check that you unzipped the archive to the correct folder, and that the new plugin folder is not contained within another folder.

How do I contribute code to Moodle?

See Guidelines for contributed code.

Is there any information on creating a new plugin?

Yes! See dev:Plugins.

See also