theme_bootstrap
theme_bootstrap copied to clipboard
Bootstrap theme does not respect $CFG->customusermenuitems
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
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.