Note: You are currently viewing documentation for Moodle 3.7. Up-to-date documentation for the latest stable version of Moodle may be available here: Managing blocks.

Managing blocks: Difference between revisions

From MoodleDocs
(admin documentation category)
mNo edit summary
 
(71 intermediate revisions by 15 users not shown)
Line 1: Line 1:
The block configuration page allows you to modify the behaviour of blocks on your site and to select the blocks which you want to be available in the courses on your site.
{{Blocks}}
==Manage blocks==


== Name ==
An administrator can manage Moodle's blocks for the site in ''Administration > Site administration > Plugins > Blocks > Manage blocks'', including any contributed blocks that have been added.


===Instances===


== Instances ==
The blocks page  lists the number of instance for each block. Clicking on a number results in the list of courses containing that block being displayed.  See [[Block settings]] for configuration settings that might be of interest to a site administrator or someone with Front Page editing permissions.


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


== Version ==
Listed with each block is its version number — in the format 2012061700. This is helpful to ensure that you have the latest version of each block.


===Hiding a block===


== Hide/Show ==
The hide/show column allows selected blocks to be hidden i.e. they do not appear in any course "Add a block" dropdown menu and cannot be used in any course. To hide a block, click the eye icon so that it changes to a closed eye.


To reduce the length of course "Add a block" dropdown menus, you should hide blocks which will not be used, such as mentees (unless you have added a [[Parent role|mentor role]]) and network servers (unless you are using [[MNet|Moodle Networking]]).


== Multiple ==
===Protecting blocks from deletion===


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.
By clicking the padlock against a block in this column, you are preventing it from being deleted on the site. The [[Administration block]] and [[Navigation block]] cannot be uninstalled from the admin interface. Note that these blocks are not used if you use a [[Boost theme]] or Boost based theme.
For those blocks which do support multiple instances, the administrator can choose to allow it or not. This is the purpose of the "Multiple" column.


== Delete ==
===Block deletion===


Blocks can be deleted using the Uninstall link for the appropriate block. There is usually no reason for standard blocks to be uninstalled  (they are usually hidden) However, non-standard blocks may need to be uninstalled before upgrading.


== Settings ==
:''Note:'' To delete a block completely, in addition to uninstalling it on the blocks page, you also need to remove/delete the actual block folder from the ''moodle/blocks'' folder, otherwise Moodle will reinstall it next time you access the site administration.


[[Category: Administrator documentation]]
 
===Block settings===
 
Certain blocks have additional settings, which can be accessed via the links in the settings column.
 
==Block capabilities==
 
*[[Capabilities/moodle/my:manageblocks|Manage dashboard blocks]]
*[[Capabilities/moodle/tag:editblocks|Edit blocks in tags pages]]
*[[Capabilities/moodle/user:manageownblocks|Manage blocks on own public user profile]]
*[[Capabilities/moodle/user:manageblocks|Manage blocks on user profile of other users]]
*[[Capabilities/moodle/block:edit|Edit a block's settings]]
*[[Capabilities/moodle/block:view|View block]]
*[[Capabilities/moodle/site:manageblocks|Manage blocks on a page]]
 
In addition, every block has an ''addinstance'' capability (e.g. [[Capabilities/block/comments:addinstance|block/comments:addinstance]]) and most blocks also have a ''myaddinstance'' capability (e.g. [[Capabilities/block/comments:myaddinstance|block/comments:myaddinstance]]) for controlling whether a user with a particular role can add the block to a page or to their [[Dashboard]] respectively.
 
==Contributed blocks==
 
In addition to using the blocks included in the standard download, other Moodlers have developed their own blocks which they share with the Moodle community. You can download these contributed blocks from the Moodle.org [http://moodle.org/plugins Moodle Plugins directory]. See [[Installing plugins]] for details of how to install a block.
 
==See also==
*[[Block layout]]
 
[[Category:Site administration]]
 
[[fr:Gestion des blocs]]
[[eu:Blokeak_%28Kudeatzailea%29]]
[[ja:ブロック管理 (管理者)]]
[[de:Bl%C3%B6cke_verwalten]]
[[es:Gestionando bloques]]

Latest revision as of 21:20, 24 March 2019

Manage blocks

An administrator can manage Moodle's blocks for the site in Administration > Site administration > Plugins > Blocks > Manage blocks, including any contributed blocks that have been added.

Instances

The blocks page lists the number of instance for each block. Clicking on a number results in the list of courses containing that block being displayed. See Block settings for configuration settings that might be of interest to a site administrator or someone with Front Page editing permissions.

Version

Listed with each block is its version number — in the format 2012061700. This is helpful to ensure that you have the latest version of each block.

Hiding a block

The hide/show column allows selected blocks to be hidden i.e. they do not appear in any course "Add a block" dropdown menu and cannot be used in any course. To hide a block, click the eye icon so that it changes to a closed eye.

To reduce the length of course "Add a block" dropdown menus, you should hide blocks which will not be used, such as mentees (unless you have added a mentor role) and network servers (unless you are using Moodle Networking).

Protecting blocks from deletion

By clicking the padlock against a block in this column, you are preventing it from being deleted on the site. The Administration block and Navigation block cannot be uninstalled from the admin interface. Note that these blocks are not used if you use a Boost theme or Boost based theme.

Block deletion

Blocks can be deleted using the Uninstall link for the appropriate block. There is usually no reason for standard blocks to be uninstalled (they are usually hidden) However, non-standard blocks may need to be uninstalled before upgrading.

Note: To delete a block completely, in addition to uninstalling it on the blocks page, you also need to remove/delete the actual block folder from the moodle/blocks folder, otherwise Moodle will reinstall it next time you access the site administration.


Block settings

Certain blocks have additional settings, which can be accessed via the links in the settings column.

Block capabilities

In addition, every block has an addinstance capability (e.g. block/comments:addinstance) and most blocks also have a myaddinstance capability (e.g. block/comments:myaddinstance) for controlling whether a user with a particular role can add the block to a page or to their Dashboard respectively.

Contributed blocks

In addition to using the blocks included in the standard download, other Moodlers have developed their own blocks which they share with the Moodle community. You can download these contributed blocks from the Moodle.org Moodle Plugins directory. See Installing plugins for details of how to install a block.

See also