XF 1.5 Hide staff banner

dutchbb

Well-known member
So I want the functionality that comes with checking the staff feature, but want to hide the extra banner

tried

.userBanner.bannerStaff
{
display: none;
}
 
I know but I want them to show in "Staff Online Now" on the main page and also on the member page in the tab "Staff Member". So for that I need to check this. I just don't want to show the staff banner. It just shows on profile pages now, and this didn't work:

.userBanners .userBanner.bannerStaff
{
display: none;
}

The best solution would be to have the option to choose what usergroups can have an "Online Now" block and their own tab on the Members page.
 
Top Bottom