bmbrands / theme_bootstrap

A Moodle theme based on the Bootstrap CSS framework
113 stars 112 forks source link

Bootstrap theme does not respect $CFG->customusermenuitems #401

Open sbourget opened 8 years ago

sbourget commented 8 years ago

In bootstrap 2 based core themes administrators can specify which items should appear in the user menu by adding entries under Site administration-> Appearance-> Themes-> Theme settings-> customusermenuitems. The bootstrap 3 theme does not respect this setting

bmbrands commented 8 years ago

Thanks for reporting this. I know of the new Moodle customusermenuitems setting but will have to do a lot of rewrites to have it working with the bootstrap 3 theme. I am afraid the implementation of this menu by Moodle HQ is not great and does not used Bootstrap standards at all. I have plans to write my own implementation that renderes the custom menu better.