Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25357

    Hi Carlos,
    Thank you for the details.

    I am sorry, I don’t own the theme but I can still help.

    Please look for “buddypress/members/members-loop.php” in your theme and you will see some code like a look.

    All you need to do is to put some

    
    
    <?php 
    echo xprofile_get_field_data( 'Field Name', bp_get_member_user_id(), 'comma');
    ?>
    

    Where Field Name is the name of field you want to fetch the data.

    Most of the time the theme should offer this out of the box(for example, community Builder comes with this out of the box).

    Please give it a try.

    PS:- If you are not comfortable with the code, Please share the content of members-loop.php on pastebin.com and the name of fields you want to show data, I can edit it for you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357

    Hi Philippe,
    I am sorry, MediaPress does not support this out of the box.

    technically it is feasible but we do not have sufficient free time available to put it on priority. It will come eventually in future.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357

    Hi Carlos,
    Welcome to BuddyDev support forms.

    I am sorry for the inconvenience you have faced.

    We are not aware how the visual composer support for BuddyPress works. Does it come with the plugin or your theme supports it?

    Member Types is a BuddyPress core feature and adding support for it in the visual composer can be done easy by the people supplying the BP Members Grid, BP Members Carousel to you.

    Please request them for the same.

    From us, you can use that shortcode. It loads the “members-loop.php” from your currently active theme. If it is not looking good, Can you please tell me which theme are you using.

    The shortcode is not capable of adding extra profile data in the list currently. The reason is we use theme’s members loop and if extra data is not shown in your members directory, It won’t be shown by the plugin.

    Please let me know the theme name, I may be able to look into it(I have purchased a few from themeforest for testing) and assist you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: [Resolved] Insert callback location #29833

    You are welcome.

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
  • Keymaster
    (BuddyDev Team)
    Posts: 25357

    Hi Tony,
    I have checked your site and for some reason, the video field is not being fetched on non profile page.

    Repeating is not a feature in BuddyPress, It is added by BuddyBoss platform and I don’t have any testing data available with that.

    They might be filtering out fields. I can only comment authentically after checking this. Will be doing that in 1-2 days.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357

    Hi Peter,
    Thank you for confirming.

    I will be releasing another update with login redirection settings tomorrow. Since we already do it with Members types pro and have compatibility with multiple plugins, It should work with most themes and plugins.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357

    Hi Clea,
    I have updated the plugin. It will remove the inappropriate space.

    For members list, Please do note that if you use BuddyBoss theme, It does not show the meta(only shows member type) if the member type is enabled and the option to show it on profile is ticked. So, we are unable to show badges in that case.

    If you can report it to BuddyBoss team, we can show it on directory on future too(even when the member type display on profile is enabled).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25357
    Brajesh Singh on in reply to: [Resolved] Insert callback location #29816

    Hi Carsten.
    Why are you putting remove action.

    If template override works, you do not need the remove actions.

    Add/remove actions are suitable when you can not modify the code directly. The allow you to hook/unhook in that case.

    Regards
    Brajesh