Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

  • der_velli
    Participant

    @der_velli

    Yeah, thats what i’m looking for. i already opened a support ticket, but you response faster 🙂

    For all followers: you can add this to the functions.php

    add_filter ('bps_field_sql', 'change_query', 10, 2);
    function change_query ($sql, $f)
    {
            if ($f->id == 5)  $sql['where']['field_id'] = 'field_id IN (5,12)';
            return $sql;
    }

    while id == 5 is the “basic” profile field ID you want to search for and in field_id IN (5,12) you can add as many profile field IDs as you like to be included in the search

    Thanks a lot!
    Problem is solved!


    der_velli
    Participant

    @der_velli

    Hello Shane

    “BP Profile Search will search as many profile fields as you want for each search input.”

    Yes, but i want only ONE searchfield to search in name, surname, city and jobs, not for each profile field a searchfield

    best regards
    velli


    der_velli
    Participant

    @der_velli

    Hello Brajesh (again 🙂 )

    My mistake: i mean “BP Profile Search” when i said ” i can only search one profile field for each search input.” So this won’t work for me 🙁

    Best regards
    Velli


    der_velli
    Participant

    @der_velli

    Problem was sitting in front of the computer …
    {solved}


    der_velli
    Participant

    @der_velli

    Solved!
    SeventhQueen (Kleo) just released a new theme update. Now its possible to choose your sidebar for the BP profile and group in the Theme settings (in “Buddypress”)


    der_velli
    Participant

    @der_velli

    I really updated all my plugins especially PaidMembership Pro and: tada! it works 🙂
    Sorry about the circumstances


    der_velli
    Participant

    @der_velli

    It worked with 2017 … and i can switch to the Nouveau template pack
    But not with the Kleo-Theme … no Nouveau template pack and no clickable header actions

    Also i cant click on the “Add friend” in the members overview – and the PM Link goeas to a white page (not even 404)

    And i got a jquery error 🙁


    der_velli
    Participant

    @der_velli

    I can’t change to the Nouveau Templates in the settings. i can choose it in the dropdown, but it cant be saved …

Viewing 8 replies - 1 through 8 (of 8 total)
Skip to toolbar