Private Message Button on Member list loop
-
Hi,
thanks for this very good plugin!
how can I do to add the private message button on memberlist loop?
I have add this on my bp-custom.php
function display_private_message_button() {
if( bp_get_member_user_id() != bp_loggedin_user_id() ) {
bp_send_message_button();
add_filter(‘bp_get_send_private_message_link’, ‘filter_message_button_link’, 1, 1 );
}
}
add_action( ‘bp_directory_members_item’, ‘display_private_message_button’ );but this don’t work
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Private Message Button on Member list loop’ is closed to new replies.