Boost theme: Difference between revisions

From MoodleDocs
German Valero (talk | contribs)
* Added The Moodle plugins database has [https://moodle.org/plugins/?q=boost%20type:theme many additional plugins] that try to fix Boost's shortomings.
see also link to boost presets
 
Line 4: Line 4:
* 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.]
* 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.
* 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:
* If you see that the content area in Moodle 4.0 is 830 px wide, for details of how to fix it see the discussion [https://moodle.org/mod/forum/discuss.php?d=436387 Re: Why is the content area 830px wide in Moodle 4?].
Login as admin
* The Moodle plugins database has [https://moodle.org/plugins/?q=boost%20type:theme Boost theme plugins] that try to fix Boost's shortcomings.
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


* The Moodle plugins database has [https://moodle.org/plugins/?q=boost%20type:theme many additional plugins] that try to fix Boost's shortomings.
==See also==
 
* In the old dev docs [https://docs.moodle.org/dev/Boost_Presets Boost Presets]





Latest revision as of 15:36, 20 February 2025

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, for details of how to fix it see the discussion Re: Why is the content area 830px wide in Moodle 4?.
  • The Moodle plugins database has Boost theme plugins that try to fix Boost's shortcomings.

See also