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: 25377
    Brajesh Singh on in reply to: BuddyPress Plugin #39744

    Hi,
    Thank you for the question.

    We are not releasing BuddyPress Follow anymore. I am working on it as part of BuddyPress Relationships project(which will form the core for follow) and It will be available as part of BuddyPress 10.0(Next version).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377

    Hi Jeff,
    Thank you for using the plugin.

    I am not sure if I am missing it but the BuddyBoss does not seem to allow using Elementor on their profile pages(please link me to docs if they do).

    When you create a tab, It is a just another component of BuddyPress/BuddyBoss and will behave the same way.
    Using dynamic content is easy via shortcodes. Using with elementor inside the content area of the tab is a special case.

    Elementor allow you to create template and then use those templates using shortcode, so you may do that but it is not something we use or recommend.

    https://elementor.com/help/embed-templates-anywhere-pro

    BuddyPress User profile Tabs provides you the following token to duynamically replace user id

    
    		
    #displayed_user_id#
    #logged_user_id#
    

    You can use these tockens in the shortcode instead of user id.

    Eg. if you have shortcode like [some-code user_id=”3″]
    you can re-write that as

    
    [some-code user_id="#displayed_user_id#"]
    

    and it will use the current displayed user id.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377

    That part is coming from your theme. You will most probably need to override your members directory template or contact your theme authors for the same.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377

    If you are using The Member Types Pro, It is in the right sidebar of the add/edit member type page.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377

    Hi Olaf,
    Thank you for the topic. Is it about member types pro or just a general question about the Profile search plugin?

    In the shortcode, The field_35 uses the Xprofile Field ID which is then appended to “field_”.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377

    Hi,
    In member types pro, you can check the option “List in directory?” to disable, untick this tab.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377

    Hi Ian,
    Thank you for the question.

    The BuddyBoss app uses API while this plugin is for web. It won’t be possible for us to support app without modifying the app code(which is not accessible to us).

    I will suggest you asking this to BuddyBoss team, they can add it in the app.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: [Resolved] BuddyBoss Plugin Compatibility #39714

    Thank you Nick.

    PS:- We will continue developing and supporting plugins for BuddyBoss platform which does not have a direct competing feature on their platform.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: [Resolved] How To Make Activity Feed Public? #39713

    Thank you Mike.

    I have received the details. Will be testing and getting back today.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25377
    Brajesh Singh on in reply to: user Profile #39712

    Hi Gianluca,
    Thank you for the details.

    1. Please install member types pro plugin and create 2 member types for user and team.

    2. Add profile fields and specify which member types they are supporting.

    3. Create a member type profile field dropdown and let users choose their member type on registration.

    4. Enable Registration condition in the member types pro to only save fields applicable to selected member type.

    That should take care of the first part of your requirement.

    Thew second part

    As a team I would like to give the possibility to mention the name of the team components and link them to their profile.

    There is not ready made solution for this. I am not sure how you want this to work but this section will most probably need custom development.

    Regards
    Brajesh