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

Blocks FAQ: Difference between revisions

From MoodleDocs
(How do I set the default block layout for new courses? categories)
 
Line 1: Line 1:
==How do I set the default block layout for new courses?==
==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).
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.
An alternative method is to edit ''config.php''. See [[Block layout]] for more details.
==See also==
*Using Moodle [http://moodle.org/mod/forum/view.php?id=2121 Blocks forum]


[[Category:Block]]
[[Category:Block]]
[[Category:FAQ]]
[[Category:FAQ]]

Revision as of 12:51, 15 May 2008

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.

See also