Blackberry-Themes
Blackberry-Themes copied to clipboard
Include language button for Organizr Minimal Edition remove topnav
Could the language setting from the topnav bar be added to the profile menu? It now disappears when using the custom javascript per instructions: https://github.com/Archmonger/Blackberry-Themes/blob/main/Extras/organizr_minimal_edition_remove_topnav.js
It's the first one left from the profile picture. It would also be nice to include the search as well 😄
Just gave this a quick test.
$('#languageDropdown').prependTo($('#side-menu'));
$('#languageDropdown').css('display', 'block');
Based on the way the sidebar renders, it's going to be really tricky to get the language dropdown to be visible in the sidebar.
Right now it's not possible to render sidebar stuff outside the sidebar region. I'll need to get pretty creative for this to work.