Hi,
in the bp-profile-message-ux.php I have added:
add_action(‘bp_directory_members_item’, ‘bp_profile_message_ux_thickbox’);
now the messagebox is opened when I click on the “Private Message” in members loop but the “send message” button doesn’t work because the
<input type=”hidden” name=”_wp_http_referer” value=””>
have a null value.