Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search functionality for status updates

  • @antonrsa

    Participant

    Is there a way to integrate the search on buddypress to include status updates and not just member profiles and group profiles?

Viewing 3 replies - 1 through 3 (of 3 total)
  • @simonculshaw

    Participant

    @antonrsa

    Participant

    I can’t get this to work.

    In header.php my search form looks like this

    <form action="” method=”post” id=”search-form”>

    <input type="submit" name="search-submit" id="search-submit" value="” />
    wp_nonce_field( ‘bp_search_form’ )

    my activity loop has this in

    $searchterms = $_POST;

    if ( bp_has_activities( bp_ajax_querystring( ‘activity’ ) . ‘&search_terms=’ . $searchterms) ) :

    @antonrsa

    Participant

    Anyone else implemented a search on the activity stream?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Search functionality for status updates’ is closed to new replies.
Skip to toolbar