[buddypress-trac] [BuddyPress Trac] #5611: Search does not work
buddypress-trac
noreply at wordpress.org
Sat May 3 15:47:55 UTC 2014
#5611: Search does not work
--------------------------+------------------------------
Reporter: sooskriszta | Owner:
Type: defect (bug) | Status: new
Priority: highest | Milestone: Awaiting Review
Component: Core | Version:
Severity: blocker | Resolution:
Keywords: |
--------------------------+------------------------------
Comment (by mpa4hu):
I just updated to 2.0.1, still works.
Try to switch to default theme, might be problem there or your bp-
custom.php
{{{
/* Exclude vpundir from member lists */ function
oc_filter_ajax_querystring( $querystring = '', $object = '' ) { if(
$object != 'group_members' ) return $querystring; $querystring['exclude']
= '1'; // change '1' to your user_id return $querystring; } add_filter(
'bp_ajax_querystring', 'oc_filter_ajax_querystring', 20, 2 )
}}}
this looks weird can can be the problem (maybe somwhere you start your
functions without opening {{{<?php}}}
And what function you mean?
If you mean to display just plain text you can try to remove this filters
{{{
add_filter( 'bp_get_the_profile_field_value',
'xprofile_filter_format_field_value', 1, 2 );
add_filter( 'bp_get_the_site_member_profile_data',
'xprofile_filter_format_field_value', 1, 2 );
add_filter( 'bp_get_the_profile_field_value',
'xprofile_filter_link_profile_data', 9, 2 );
}}}
If you confirm that this is a problem on your side (and not general) you
can close this and contact me at mpa4hu at gmail.com, I'll try to help you
with this problem.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5611#comment:4>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list