BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Hi Lobo,
    If your goal is to search and list via xprofile fields, you may want to copy the members-loop.php and then change

    
    if ( bp_has_members( bp_ajax_querystring( 'members' ) ) ) :
    

    with

    
    if ( bp_has_members( array('xprofile_query' => array(
    	array(
    		'field' => 1,
    		'value' => 'Some Name',
    
    	),
    ) )) ) :
    
    

    in the copied loop. Update the field id and the value as you need and it will list the members for you.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Limit groups per user #45793

    Hi Nik,
    You are welcome.

    Have a great day!

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Critical fatal error Buddycommerce #45791

    Hi Igan,
    Welcome to BuddyDev support forums.

    It seems this was a temporary issue caused while upgrading the BuddyBoss plugin.

    Please do keep an eye and if you get any such email again and let me know.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Limit groups per user #45787

    Hi Nik,
    Thank you for using the plugin.

    1. The plugin filters group creation permission and there is no way to differentiate if the checks were made for showing button or before submission.

    Your solution will be hardcode the Create group button in the buddypress/groups/index.php of your theme to always show it.

    2. The users can access your create group step manually. If someone did, the redirect is used to send them at a different place if they have reached the limits.

    Hope that helps

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: [Resolved] How to Add Name on Registration #45784

    Hi Lisa,
    I am sorry for the delayed reply.
    I had a look at your site and I don’t see any other reason except the Better Experience plugin causing it.

    Can you please temporarily disable the BP Better Experience plugin and then check the registration page again?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: [Auto Join Groups] sync issue #45783

    Another solution for now will to trigger BuddyPress Edit profile action when you are done with the user setup.

    That will run the hooks again.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: [Auto Join Groups] sync issue #45782

    Hi Vivien,
    Thank you for reporting the issue.

    From your reply, It seems the issue lies with the conditions not matching on registration.

    I agree that delaying the check may resolve it. I am adding an option to delay the test by some minutes/hours within 2 weeks.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211

    Hi Alex,
    Thank you.

    I am sorry, that’s the only supported way currently. The problem originates from BuddyBoss applying their custom markup for selects. Please reach out to BuddyBoss support for the ways to disable their custom select markup generation for specific element.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: Buddypress User Badges without URL #45780

    Hi Alex,
    Thank you for the question.

    Please use ‘#’ for the url field for now. We used the anchor markup in all the generated links to keep all of them having same structure and easily manageable via css. We will update to use span instead of anchor for badges without links in our next release.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25211
    Brajesh Singh on in reply to: BuddyPress Moderation Tools #45773

    Hi Alex,
    Thank you for using the plugin.
    Do you want to auto moderate the comments? We lack the ability to limit auto moderation to specific topic only.

    If you want to show the report button, that is doable with some custom code.

    Regards
    Brajesh