0

I want to add all members slider before the message box. Please see the image. In the red area, I want to add all members slider. I think buddyboss already have this widget.

Bussyboss message page, Where to place the members slider

function test_nouveau_hook_before() {
    echo 'This content is displayed before the compose content.';
}
add_action( 'bp_before_messages_compose_content_box', 'test_nouveau_hook_before' );
shanebp
  • 1,904
  • 3
  • 17
  • 28

1 Answers1

0

Check if the "All Members" slider widget is available in the BuddyPress plugin: BuddyPress is a popular plugin for creating social networking websites on WordPress. It provides various features, including member profiles and a directory of members. Check if BuddyPress includes a built-in widget or functionality for displaying an "All Members" slider. You can refer to the BuddyPress documentation or support resources to find out how to enable and configure this widget.

Janice
  • 1