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

    (@dontdream)

    Hello amkh,

    I know it’s a nuisance, but I’ve not found a different way to clear the search. What you can do is change the string ‘bp_profile_search’ with a different one, but you have to edit one of the plugin files.

    If you wish to do that, open the file bps-main.php, locate the line:

    define ('BPS_FORM', 'bp_profile_search');

    and replace it with something else, e.g.:

    define ('BPS_FORM', 'search_form');

    Please note that the new string must not be used by WordPress or by other active plugins, otherwise it could generate a plugin conflict.

    Thread Starter amkh

    (@amkh)

    Thanks Adndrea,

    I will manage instead of changing the plugin files.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘When a search is Cleared, the slug shows the plugin name’ is closed to new replies.