Location of active filters

BP Profile Search Location of active filters

  • Author
    Post
  • #12060 Reply
    Basti
    Guest

    Hey Andrea,

    is it possible to shift the selected bps-filters underneath the form? For me they always show up over the form, when the user is choosing some criteria etc.

    Thank you !

    #12061 Reply
    andrea
    Plugin Author

    Hi Basti,

    You can add this code to your bp-custom.php file:

    add_action ('bp_before_directory_members_content', 'move_filters', 5);
    function move_filters ()
    {
    	remove_action ('bp_before_directory_members_content', 'bps_add_filters');
    	add_action ('bp_before_directory_members_tabs', 'bps_add_filters', 20);
    }
Reply to: Location of active filters
My Information