Hinweis: Sie sind auf den Seiten der Moodle 3.1 Dokumentation. Die Dokumentation der aktuellsten Moodle-Version finden Sie hier: Plugins installieren.

Plugins installieren: Unterschied zwischen den Versionen

Aus MoodleDocs
Wechseln zu:Navigation, Suche
(Die Seite wurde neu angelegt: „{{Installation}} {{Zum Übersetzen}} en:Installing plugins“)
 
Keine Bearbeitungszusammenfassung
Zeile 2: Zeile 2:


{{Zum Übersetzen}}
{{Zum Übersetzen}}
'''Achtung''': Zusätzliche Plugins, die nicht zum Standardpaket von Moodle gehören, sind nicht geprüft und qualitätsgesichert. Sie können Sicherheitslücken enthalten, Datenverlustprobleme enthalten oder einfach nicht funktionieren. Bevor Sie solche Zusatzmodule installieren, prüfen Sie sorgfältig, wie zuverlässig die Weiterentwicklung ist. Niemand kann Ihnen garantieren, dass dieser Code weiterentwicklet wird oder mit zukünftigen Moodle-Versionen funktioniert.
==Downloads==
Zusätzliche Module und Plugins können aus dem [http://moodle.org/plugins/ Modules Plugin Directory] heruntergeladen werden.
==Installation==
To install a contributed plugin:
# You must have access to the server containing Moodle. This can be direct access, through a network or to a remote server through Internet with an FTP client, you can't do it from "inside" Moodle itself. (There are many free FTP programs like FileZilla [http://filezilla-project.org/] that can be used. If you use FTP, you will need to know [from the server provider] the ID and password and maybe a couple more things. Once it is setup, it's as easy as other file management.)
# Locate the plugin in [http://moodle.org/plugins/ Modules Plugin Directory], find the plugin version that matches your Moodle version and click on version release name (or 'Learn more' link).  You will see installation instructions for this plugin type.
# Download the zip file and unzip it to the correct directory. The correct directory to use depends on the type of plugin you are trying to install. The plugins database will tell you which directory to use when you download the zip file.
# In your browser, go to your Moodle site, login as administrator and choose ''Site Administration > Notifications > Continue''
# Perform other plugin-specific actions to enable this plugin (add a block to the page, enable filter, add module to some course, etc.)
Note: The plugin may contain language files.  They'll be found by your Moodle automatically. These language strings can be customized using the standard ''Site Administration > Language'' editing interface.
===Installation trouble-shooting===
If you visit the admin page and don't get a message about a new block (or module) being successfully installed then check the following:
* You unzipped the archive to the proper directory
==Module and block removal==
To remove a contributed module:
# First make sure that you don't use this module in any course
# Access ''Administration > Modules > Activities > Manage activities''
# Click on delete next to the module you wish to remove.
# Use a file manager to remove/delete the actual module directory from ''mod/'' directory, otherwise Moodle will reinstall it next time you access the site administration.
To remove a contributed block:
# Access ''Administration > Modules > Blocks > Manage blocks''
# Click on delete next to the block you wish to remove.
# Use a file manager to remove/delete the actual module directory from ''blocks/'' directory, otherwise Moodle will reinstall it next time you access the site administration.
==Siehe auch==
* [http://moodle.org/mod/forum/view.php?id=44 Contributed modules and plugins forum] - Diskussionsforum im Kurs ''Using Moodle'' auf moodle.org
* [http://www.youtube.com/watch?v=pPUB_ReBPeg Installing contributed modules in Moodle video] - Video
* [http://moodle.org/mod/forum/discuss.php?d=131413 Moodle not installing a new Activity Module] - Diskussionsbeitrag im Kurs ''Using Moodle'' auf moodle.org
Für Entwickler/innen:
*[[:dev:Category:Plugins|Plugins Developer Documentation]]
*[[:dev:Plugin validation]]


[[en:Installing plugins]]
[[en:Installing plugins]]

Version vom 24. Mai 2012, 12:15 Uhr


Baustelle.png Diese Seite ist noch nicht vollständig übersetzt.


Achtung: Zusätzliche Plugins, die nicht zum Standardpaket von Moodle gehören, sind nicht geprüft und qualitätsgesichert. Sie können Sicherheitslücken enthalten, Datenverlustprobleme enthalten oder einfach nicht funktionieren. Bevor Sie solche Zusatzmodule installieren, prüfen Sie sorgfältig, wie zuverlässig die Weiterentwicklung ist. Niemand kann Ihnen garantieren, dass dieser Code weiterentwicklet wird oder mit zukünftigen Moodle-Versionen funktioniert.


Downloads

Zusätzliche Module und Plugins können aus dem Modules Plugin Directory heruntergeladen werden.

Installation

To install a contributed plugin:

  1. You must have access to the server containing Moodle. This can be direct access, through a network or to a remote server through Internet with an FTP client, you can't do it from "inside" Moodle itself. (There are many free FTP programs like FileZilla [1] that can be used. If you use FTP, you will need to know [from the server provider] the ID and password and maybe a couple more things. Once it is setup, it's as easy as other file management.)
  2. Locate the plugin in Modules Plugin Directory, find the plugin version that matches your Moodle version and click on version release name (or 'Learn more' link). You will see installation instructions for this plugin type.
  3. Download the zip file and unzip it to the correct directory. The correct directory to use depends on the type of plugin you are trying to install. The plugins database will tell you which directory to use when you download the zip file.
  4. In your browser, go to your Moodle site, login as administrator and choose Site Administration > Notifications > Continue
  5. Perform other plugin-specific actions to enable this plugin (add a block to the page, enable filter, add module to some course, etc.)

Note: The plugin may contain language files. They'll be found by your Moodle automatically. These language strings can be customized using the standard Site Administration > Language editing interface.

Installation trouble-shooting

If you visit the admin page and don't get a message about a new block (or module) being successfully installed then check the following:

  • You unzipped the archive to the proper directory

Module and block removal

To remove a contributed module:

  1. First make sure that you don't use this module in any course
  2. Access Administration > Modules > Activities > Manage activities
  3. Click on delete next to the module you wish to remove.
  4. Use a file manager to remove/delete the actual module directory from mod/ directory, otherwise Moodle will reinstall it next time you access the site administration.

To remove a contributed block:

  1. Access Administration > Modules > Blocks > Manage blocks
  2. Click on delete next to the block you wish to remove.
  3. Use a file manager to remove/delete the actual module directory from blocks/ directory, otherwise Moodle will reinstall it next time you access the site administration.

Siehe auch

Für Entwickler/innen: