Note: You are currently viewing documentation for Moodle 3.1. Up-to-date documentation for the latest stable version of Moodle is probably available here: Blocks FAQ.

Blocks FAQ

From MoodleDocs
Revision as of 21:22, 10 October 2009 by Mary Cooch (talk | contribs)
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.

How do I set the default block layout for new courses?

The default block layout can be set as "sticky" blocks via Administration > Appearance > Sticky blocks (in 1.6 to 1.8) or Administration > Modules > Blocks > Sticky blocks (in 1.9 onwards).

An alternative method is to edit config.php. See Block layout for more details.

How do I hide front page blocks from non-logged-in users?

  1. Click the "Turn editing on" button at the top-right of the front page. (You need to be logged in as an administrator.)
  2. Access the assign roles page via the assign roles icon (a face and mask) in the header of the block to be hidden.
  3. Click the "Override permissions" tab.
  4. Select the guest role.
  5. Set the capability moodle/block:view to prevent.
  6. Click the "Save changes" button.

How do I make a front page block visible to teachers but not students?

In Moodle 1.9 it is possible to control who sees block on the front page. The following applies to any specified group of people, not just teachers and students.

  1. Ensure you have hidden your block from non-logged in users as above
  2. In site administration>users>permissions>define roles, create a new role such as "front page block viewer"
  3. Click the "Turn editing on" button on your front page
  4. Click the "assign roles " icon on your block.
  5. Click the blue words of your new role. They link to the assign roles page. Choose who you want to allow to see this block (such as your teachers) by moving them from the right hand box to the left.
  6. Click the "Override permissions" tab
  7. For your new role, press the "allow" button to allow them to view this block
  8. For the authenticated user, press the "prevent" button to prevent them seeing this block
  9. Click the "Save changes"button.

See also