Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Removing BP Search boxes help please!


  • fredesq
    Participant

    @fredesq

    Hi, I would like to remove the Buddypress search boxes, for example the groups specifically.

    The div id is group-dir-search but the only relation to this I can find is in the legacy folder which I tried editing to no luck.

    I’m using 1.7.1 also

Viewing 2 replies - 1 through 2 (of 2 total)

  • meg@info
    Participant

    @megainfo

    hi,

    there is no filter for the search UI (members and groups), the only why is to remove the function call in the template or to use css.

    the template file :
    buddypress\bp-templates\bp-legacy\buddypress\groups\index.php
    just comment bp_directory_groups_search_form();

    or add this css code :

    
    #group-dir-search{
       display: none;
    }
    
    #members-dir-search{
       display: none; 
    }
    

    fredesq
    Participant

    @fredesq

    thats great, thanks alot (Y)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Resolved] Removing BP Search boxes help please!’ is closed to new replies.
Skip to toolbar