Boost theme: Difference between revisions

From MoodleDocs
(screencasts)
(* Added The Moodle plugins database has [https://moodle.org/plugins/?q=boost%20type:theme many additional plugins] that try to fix Boost's shortomings.)
 
(13 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Themes}}
{{Themes}}
{{New features}}
Boost is the default theme for recent Moodle sites.
* Boost is a new core theme that gives Moodle sites a fresh new look
. See the screencasts [https://www.youtube.com/watch?v=1yOlW_II0DA&list=PLxcO_MFWQBDfrcwIG_jYHr7BrOLD-fPL4&index=1 Boost for admins] and [https://www.youtube.com/watch?v=YjlgrVag6JQ&list=PLxcO_MFWQBDfrcwIG_jYHr7BrOLD-fPL4&index=2 Boost for teachers] to view demonstrations.
 
* Get better navigation within and between courses in Boost

* 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.]
* With Boost, you can enjoy consistent, clearer way to configure key pages such as courses and activities

* Note that Boost does not support submenus in the custom menu setting.
* Enjoy more space on the screen for your content in Boost
* If you see that the content area in Moodle 4.0 is 830 px wide, you can fix it:
* Boost is easy to configure using industry-standard Bootstrap presets

Login as admin
* You always have the option to switch back to the familiar old interface at any time without affecting your custom themes
Navigate to Site administration > Appearance > Themes> Boost
* 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.
Click the 'Advanced settings tab'
* With Boost, Moodle is also aiming towards a unified (harmonised) experience with our Moodle Mobile app

In Field 'Raw initial SCSS' add
[[File:Docs_BoostAdminSettings.png|thumb|600px|center]]
$course-content-maxwidth: 1200px;
$h5p-content-maxwidth: 1200px; "
See https://moodle.org/mod/forum/discuss.php?d=436387
 
* The Moodle plugins database has [https://moodle.org/plugins/?q=boost%20type:theme many additional plugins] that try to fix Boost's shortomings.
 
 
[[es:Tema Boost]]
[[de:Boost Design]]
[[fr:Thème Boost]]

Latest revision as of 15:43, 9 February 2023

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