Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include language button for Organizr Minimal Edition remove topnav #66

Open
X1pheR opened this issue Jul 25, 2022 · 1 comment
Open

Comments

@X1pheR
Copy link

X1pheR commented Jul 25, 2022

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 😄
image

@Archmonger
Copy link
Owner

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.

image

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants