Note: You are currently viewing documentation for Moodle 4.0. Up-to-date documentation for the latest stable version of Moodle may be available here: Boost theme.

Boost theme: Difference between revisions

From MoodleDocs
m (→‎top: clean up)
(Added * If you see that the content area in Moodle 4.0 is 830 px wide, you can fix it:)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Themes}}
{{Themes}}
Boost is a new core theme that gives Moodle sites a fresh new look.
Boost is the default theme for recent Moodle sites.
{{MediaPlayer | url = https://www.youtube.com/watch?v=YjlgrVag6JQ&list=PLxcO_MFWQBDfrcwIG_jYHr7BrOLD-fPL4&index=2 | desc = Boost for teachers}}


{{MediaPlayer | url = https://www.youtube.com/watch?v=1yOlW_II0DA&list=PLxcO_MFWQBDfrcwIG_jYHr7BrOLD-fPL4&index=1 | desc = Boost for admins}}
* Boost is easy to configure using industry-standard Bootstrap presets,  with Bootstrap 4, built-in SASS compiler, automated RTL support, preset files, new templates which make it easier to customise Moodle components. Share your presets on [https://moodle.net MoodleNet.]
* Note that Boost does not support submenus in the custom menu setting.
* If you see that the content area in Moodle 4.0 is 830 px wide, you can fix it:
Login as admin
Navigate to Site administration > Appearance > Themes> Boost
Click the 'Advanced settings tab'
In Field 'Raw initial SCSS' add
$course-content-maxwidth: 1200px;
$h5p-content-maxwidth: 1200px; "
See https://moodle.org/mod/forum/discuss.php?d=436387


* Get better navigation within and between courses in Boost
* With Boost, you can enjoy consistent, clearer way to configure key pages such as courses and activities
* Enjoy more space on the screen for your content in Boost
* Boost is easy to configure using industry-standard Bootstrap presets
* You always have the option to switch back to the familiar old interface at any time without affecting your custom themes
* For developers, this new theme is a great new base for your own themes, with Bootstrap 4, built-in SASS compiler, automated RTL support, preset files, new templates which make it easier to customise Moodle components. Share your presets in the [https://moodle.net/mod/data/view.php?id=28 Moodle preset repository]
*(Note that Boost is Bootstrap-based and as such does not support submenus in the custom menu setting.)
* With Boost, Moodle is also aiming towards a unified (harmonised) experience with our Moodle Mobile app
* In Moodle 3.4 onwards, a file picker is available for uploading background images.


[[es:Tema Boost]]
[[es:Tema Boost]]
[[de:Boost Design]]
[[de:Boost Design]]
[[fr:Thème Boost]]
[[fr:Thème Boost]]

Latest revision as of 14:38, 17 July 2022

Boost is the default theme for recent Moodle sites.

  • Boost is easy to configure using industry-standard Bootstrap presets, with Bootstrap 4, built-in SASS compiler, automated RTL support, preset files, new templates which make it easier to customise Moodle components. Share your presets on MoodleNet.
  • Note that Boost does not support submenus in the custom menu setting.
  • If you see that the content area in Moodle 4.0 is 830 px wide, you can fix it:
Login as admin
Navigate to Site administration > Appearance > Themes> Boost
Click the 'Advanced settings tab'
In Field 'Raw initial SCSS' add
$course-content-maxwidth: 1200px;
$h5p-content-maxwidth: 1200px; "
See https://moodle.org/mod/forum/discuss.php?d=436387