BuddyDev

Search

[Resolved] How to customise the buddypress featured members display?

  • Participant
    Level: Enlightened
    Posts: 48
    Stephanie on #53039

    Hello

    I just discovered you have a plugin for featuring members. I am not a developer, but I understand there is a shortcode I can use to display the featured members on a page by creating a new page or post or widget and pasting in that shortcode as a shortcode (rather than say a paragraph). What I don’t understand is how to use the “view(string)” to change the way it is displayed, if I want it displayed as say a slider. Can you explain where it would go and how I should write it?

    Thank you

  • Keymaster
    (BuddyDev Team)
    Posts: 24599
    Brajesh Singh on #53041

    Hi Stephanie,
    Thank you for the question.

    you can use the like

    [bp-featured-members view=slider ]

    or you can quote the part ‘slider’ with single or double quote. Please do it manually(without copying from here as the code may get entity encoded).

    Regards
    Brajesh

  • Keymaster
    Level: Yogi
    (BuddyDev Team)
    Posts: 3115
    Ravi on #53042

    Hello Stephanie,

    Thank you for posting. You can list the members using shortcodes for different views in a following ways.

    
    [bp-featured-members view="list"] // Will show members in list view
    [bp-featured-members view="slider"] // Will list members in slide view
    [bp-featured-members view="default"] // Will list members as per your theme
    
    

    Please give it a try.

    Regards
    Ravi

  • Participant
    Level: Enlightened
    Posts: 48
    Stephanie on #53060

    Thank you Brajesh and Ravi for the reply. I will test it out.

You must be logged in to reply to this topic.

This topic is: resolved