@ig0r74
13 years, 3 months ago
I found the solution! AJAX is not working because of plugin “contestant-rating”
13 years, 4 months ago
I use default theme.
Tags dont work too https://buddypress.org/community/groups/tag/activity/
WordPress 3.2 and BuddyPress 1.2.9
13 years, 8 months ago
<?php function remove_xprofile_links() { remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 2, 2 ); } add_action( ‘plugins_loaded’, ‘remove_xprofile_links’ ); ?>
Thats work, but now members can’t edit profile.