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: 25489

    Hi Olaf,
    I am sorry, the member types pro does not change order of any field. If you have enabled registration condition from member types, It uses javascript to show or hide your fields.

    The field orders are controlled by BuddyPress(unless your theme does something strange, It is BuddyPress signup fields order).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25489
    Brajesh Singh on in reply to: Filter groups, by city and by group type #39749

    Hi Vlad,
    I am sorry, The above code will not work.

    Group is not a post type.

    can you please share your code on pastebin and link me? I may be able to have abetter understanding and may be able to assist you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25489
    Brajesh Singh on in reply to: BuddyPress Plugin #39748

    Hi,
    1. Yes, The Follow is going to be part of BuddyPress.
    2. The release date for 10.0 is not planned yet(it should be some times in November/December end).

    I am doing the Relationship as a feature plugin and it will be available for testing/usage before becoming part of the core. I am expecting the first revision in 4th week of August.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25489

    Hi Olaf,
    Thank you.

    I will suggest contacting Andrea. She is very helpful and can assist you much better with this.

    Please open a ticket on the Profile search plugin’s support page. I have limited exposure with it and that’s why recommending this.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25489
    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: 25489

    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: 25489

    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: 25489

    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: 25489

    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: 25489

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

    Regards
    Brajesh