Community Builder

Using BuddyPress Members Slider

You must have the BuddyPress Slides plugin active to use this feature.

BuddyPress Members slider is available as shortcode and widget both.

Using Shortcode:-

You can use the shortcode [bp-members-slider] to add the members slider.

Usage:-

Display 10 recently active members

[bp-members-slider max=10]

Display 10 recent active members with avatar size 90px

[bp-members-slider max=10 avatar_size=90]

Options

include

(string) (optional) Comma separated list of user id’s to include in the list.

exclude

(string) (optional) Comma separated list of numeric user ids to exclude from the list.

member_type

(string) (optional) Comma separated list of one or more member types to restrict the list to.

member_type__not_in

(string) (optional) Comma separated list of member types which will not be included in the list.

avatar_size

(int) (optional) Size of avatar to display in case of the display list,links. defaults to 32.