Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Managing blocks: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
adding a non-standard block
Línia 17: Línia 17:
==Adding a non-standard block==
==Adding a non-standard block==


You may add [[Non-standard blocks|non-standard blocks]] simply by using a file manager to copy the new block as a directory into the moodle/blocks directory and Moodle will install it next time you visit the admin page.  Moodle uses the name of the directory as the name of the block.  The same applies for blocks which you delete and wish to reinstall later.
You may add [[:Category:Block (non-standard)|non-standard blocks]] simply by using a file manager to copy the new block as a directory into the moodle/blocks directory and Moodle will install it next time you visit the admin page.  Moodle uses the name of the directory as the name of the block.  The same applies for blocks which you delete and wish to reinstall later.


==Block configuration==
==Block configuration==

Revisió del 11:37, 16 nov 2006

Location: Administration >> Configuration >> Blocks

The blocks configuration page allows you to manage installed blocks and their settings.

Instances

This number tells you how many times a particular type of block is used in the courses on your Moodle site.

Multiple

Some blocks can be added multiple times to the same course. This of course is supported only by blocks for which it makes sense. For example, it makes sense to have two HTML blocks (and configure each one to show something different), but it doesn't make sense to have two Administration blocks. For those blocks which do support multiple instances, the administrator can choose to allow it or not.

Delete

To delete a block click here and it will be removed from Moodle. However you will need to use a file manager and remove/delete the actual module directory from the moodle/blocks directory, otherwise Moodle will reinstall it next time you visit the admin page.

Adding a non-standard block

You may add non-standard blocks simply by using a file manager to copy the new block as a directory into the moodle/blocks directory and Moodle will install it next time you visit the admin page. Moodle uses the name of the directory as the name of the block. The same applies for blocks which you delete and wish to reinstall later.

Block configuration

See also