BuddyDev

Search

[Resolved] how to make "BuddyPress Featured Members" work on multisite site

  • Participant
    Level: Enlightened
    Posts: 22
    Alex on #20403

    Hello,

    Here is the BP official deployment tutorial:

    https://codex.buddypress.org/getting-started/installation-in-wordpress-multisite/

    and I used B. Network-wide Activation – BuddyPress root blog in Secondary Site

    in this case, I tested BuddyPress Featured Members by networkly or Bp root sitely activated, but I did not find where to FEATURE A USER.

    what did I missed or it does not support this situation please?

    Thanks, and have a nice day.

    Alex

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #20404

    Hi Alex,
    Thank you for asking.

    Please visit a User’s profile or visit members directory on the front end and you will see the button to Mark a user featured.

    Please let me know if it visible to you or not?

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 22
    Alex on #20405

    Sorry, it works…

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #20406

    No problem.
    You are welcome to ask any question. I am glad it works.

    Regards
    Brajesh

  • Participant
    Level: Enlightened
    Posts: 22
    Alex on #20407

    Thanks, is there any shortcode like [shortcode] format to use?

  • Participant
    Level: Enlightened
    Posts: 22
    Alex on #20408

    [bp-featured-members]
    You can use the above shortcode to display the featured members in your posts/page. The shortcode supports following options:-
    view(string):- It controls the display of the members list. Possible values are ‘list’, ‘slider’, ‘default’. Default ‘list’.
    list:- the members are displayed as un ordered list
    slider:- the members are displayed as slider with one or more member per slide
    default:- Uses theme’s default member list view( members/members-loop.php)

    I test the shortcode in this way:[bp-featured-members slider] and [bp-featured-members “slider”] , but both of them not work.

  • Keymaster
    (BuddyDev Team)
    Posts: 24212
    Brajesh Singh on #20409

    Please try

    
    [bp-featured-members view="slider"]
    

    The values are for view parameter.

You must be logged in to reply to this topic.

This topic is: resolved