BuddyPress integration and avatars/profile photo

  • In Progress
    Posted in: Arcane  
  • Member
    JS-SGC
    November 30, 2017 at 5:18 pm #106781

    Last week I finished creating a new visual for the member listing.
    I was using ProfileBuilder plugin to help in some thing.
    This plugin uses some shortcode to show some fields by members.
    Here is an example of a user listing and the shortcodes:

    {{#users}}
    User Id:{{user_id}}
    User Nicename:{{{user_nicename}}}
    BuddyPress Avatar:{{{bp_avatar}}}
    BuddyPress Cover Photo:{{{bp_cover_photo}}}
    {{/users}}

    This code create a list of user with all these infos.
    But The cover photo and the avatar was not working.
    So I contacted the ProfileBuilder devs asking for help.
    They said the shortcodes use the defaults from the BuddyPress and making some tests they noted probably there are some modifications in BuddyPress used in this theme.
    They also created an exclusive new shortcode for me just to test if it will work.
    But nothing.
    For this reason (modifyed BuddyPress) the shortcodes {{{bp_avatar}}} and {{{bp_cover_photo}}} are not working.
    So I’d like to know if you could help me to solve this.
    I need to list the avatars/photos by users in this member listing.

    Sorry, this forum is for verified users only. Please Login or Register to continue

Comments are closed.