Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Andrea Tarantini

    (@dontdream)

    Hi Steve,

    Try this CSS rule:

    p.bps_filters a {display: none;}

    If that doesn’t work, edit the plugin file bps-search.php and delete the line 114:

    echo "<a href='$action'>". __('Clear', 'buddypress'). "</a><br/>\n";

    Thread Starter Steve @ trialsphere

    (@trialsph)

    That rule worked. Youre amazing. Thank You!

    Thread Starter Steve @ trialsphere

    (@trialsph)

    New problem: Previously, at least 1 criteria had to be entered into the search form to display results (searching an empty form would result in “no members found”). Now, searching an empty form displays all users. This may have happened after I updated the plugin and has nothing to do with the new CSS rule. Any ideas? Thanks a lot

    Thread Starter Steve @ trialsphere

    (@trialsph)

    Fixed it! I had this problem before and deleted the line:
    // $results[‘validated’] = false;

    I just had to delete it again after the plugin update.

    Steve

    Thread Starter Steve @ trialsphere

    (@trialsph)

    deleted from the BPS-Search.php file

    Plugin Author Andrea Tarantini

    (@dontdream)

    Yes, I recall it.

    Probably I should add an option to choose what to do when the search form is left empty…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove "Clear" Function’ is closed to new replies.