Forum Replies Created
-
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 infield_id IN (5,12)
you can add as many profile field IDs as you like to be included in the searchThanks a lot!
Problem is solved!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
velliHello 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
VelliProblem was sitting in front of the computer …
{solved}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”)I really updated all my plugins especially PaidMembership Pro and: tada! it works 🙂
Sorry about the circumstancesIt 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 actionsAlso 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 🙁
I can’t change to the Nouveau Templates in the settings. i can choose it in the dropdown, but it cant be saved …