Skip to:
Content
Pages
Categories
Search
Top
Bottom

remove search-login-bar

  • @tlachaussie

    Participant

    I am having the hardest time trying to track down which file the search-login-bar is in for the bp-home theme. I’d like to remove it completely. Can someone tell me where it is please? or the easiest way to do this?… thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • @gerikg

    Participant

    delete <?php bp_search_form() ?> from header.php in BOTH themes, home theme and member theme.

    @kunal17

    Participant

    Hey,

    Have you figured out how to move the search and login boxes to another location on your front page if you are planning to remove the search-login bar?

    I would love to know how to do this.

    @djpaul

    Keymaster

    Kunal, the OP said he wanted to get rid of it, not move it. You are best to start a new topic.

    @tlachaussie

    Participant

    I’ve added the ajax login plugin instead, and i don’t think the member search is very usefull in my instance. Thanks!

    @takeo

    Participant

    If you’re using the default theme and don’t want to mess with the theme files… you could also just do it via CSS in custom.css or site-wide.css… this should do it:

    #search-login-bar {display:none;}

    @kunal17

    Participant

    Thanks,

    Ill check out the ajax login plugin.

    @kunal17

    Participant

    … and Ill start a new topic if I want to discuss this further :)

    @frenchtowner

    Participant

    David,

    Thank you for that solution. It was brilliant and simple!

    John

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘remove search-login-bar’ is closed to new replies.
Skip to toolbar