Hide username on main-navbar
You know your own username and it is actually not necessary to get this constantly in the login/logout-bar or topmenu-bar.
The avatar itself would already suffice and it would be quite nice to get the username to be shown by mouseover the Avatar. Exactly what I have created in my forum and if you want to adjust this in your forum also, this is possible with CSS only. So it is cloud-friendly! Before the adaptation and after the adaptation when you go with the mouse over the Avatar: After the css changes: Code:
/*hide-show username in main-navbar*/ #lnkUsernameMenu span.b-comp-menu-dropdown__trigger-username { display:none; } #lnkUsernameMenu:hover span.b-comp-menu-dropdown__trigger-username { display:block; } I have another css-snippet there: https://vbulletin-forum.de/forum/anpassungen-module-und-erweiterungen/templateanpassungen/156-benutzername-in-der-anmelde-men%C3%BC-leiste-nur-beim-mouseover-anzeigen The most content is literally in german, but I will try to translate it all. Take a look at: https://vbulletin-forum.de/ Download No files for download. Screenshots |
Similar Mods
Show Thread Enhancements MARCO1 BBCODE Hide Tags [ hide] [/ hide] | vBulletin 4.x Add-ons |
BB Code Enhancements MARCO1 BBCODE Hide Tags [ hide] [/ hide] - Updated For VB 4.1.0 | Modification Graveyard |