Forums

Join
bbPress Support ForumsRequests and Feedbacktopic search question

topic search question

  1. Feel I'm going a little crazy with this...

    the bb_has_topics function in bbp-topic-template has the following line:

    // Topic Search
    's' => !empty( $_REQUEST['ts'] ) ? $_REQUEST['ts'] : '',

    I've assumed this is available to to filter the results, say I wanted all topics with the word ball in them.

    $topics_query = array('s' => $search_item);
    if ( bbp_has_topics($topics_query)) : ?>

    I've used terms I know exist, but it returns saying it can't find anything every time.

  2. You must log in to post.