Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search box appearing above forum list


  • csburdick
    Participant

    @csburdick

    Hi there, I just upgraded my theme and bbPress (from old to current versions,) and after hours of reconfiguring, I have nearly everything in place. Except…

    On my Forums page (http://www.trianglezclub.com/forums/), I’m using the shortcode [bbp-forum-index] to display the list, and for some reason there’s a weird search box appearing above everything on that page.

    [bbp-forum-index] is the only thing I have in the editor for that page.

    Thanks for any help!

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

  • csburdick
    Participant

    @csburdick

    Sorry, but does anybody have any suggestions here?


    Shmoo
    Participant

    @macpresss

    Go to the next path.

    wp-content / plugins / bbpress / templates / default / bbpress / content-archive-forum.php

    Copy the BOLD file into your Theme folder inside a new folder called [ bbpress ]

    Like this:

    wp-content / themes / [ your-theme-name ] / bbpress / content-archive-forum.php

    Open the new ‘ content-archive-forum.php ‘ file and remove the following lines of code and save the changes.

    
    <div class="bbp-search-form">
    
    	<?php bbp_get_template_part( 'form', 'search' ); ?>
    
    </div>
    
    

    csburdick
    Participant

    @csburdick

    Thanks, problem solved!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar