Moin  
                
                  
                    August 6, 2025,  8:23pm
                   
                  1 
               
             
            
              
  
  
    
    
      
                showSidebar: this.args.showSidebar, 
              } 
            ); 
          } 
          get showHeaderSearch() { 
            if ( 
              this.site.mobileView || 
              this.args.narrowDesktop || 
              this.router.currentURL?.match( 
                /\/(signup|login|invites|activate-account)/ 
              ) || 
              this.search.welcomeBannerSearchInViewport 
            ) { 
              return false; 
            } 
            if ( 
              this.search.searchExperience === "search_field" && 
              !this.args.topicInfoVisible && 
              !this.search.welcomeBannerSearchInViewport 
       
     
  
    
    
  
  
 
Can this be checked more specifically? I just noticed that the search bar disappears when I look at the login site settings (/admin/site_settings/category/login).
But a badge name can also cause it to be hidden (/badges/116/signup). Probably  other things (e.g., groups) as well.
             
            
              4 Likes 
            
            
           
          
            
              
                yuriy  
              
                  
                    August 18, 2025,  6:27am
                   
                  5 
               
             
            
            
              1 Like