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

    Hi,
    Please put this code in your bp-custom.php or theme’s functions.php

    
    
    add_action( 'bp_nouveau_enqueue_scripts', function () {
    	wp_dequeue_script( 'user-profile' );
    } );
    
    

    Let me know if it works or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: Tab Visibility #36199

    Hi Samuel,
    Thank you for the reply.

    Yes, setting it to “Group Admin Only” will only allow access to Group admin users. The moderators and members won’t be able to access it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: [Resolved] Can you help me with this code. #36197

    Hi Kumar,
    Thank you for the question.

    I am not seeing any issue with the above code. The only improvement I can suggest is taking the subject/message out of the loop as they are same for everyone.

    Regards
    Brajesh

    PS:- I am assuming you have defined the function ‘set_contenttype’ too.

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: Tab Visibility #36196

    Hi Samuel,
    Yes, the Profile Tabs Creator and the Group Tabs creator pro both allow you to change the visibility settings.

    There is one limitation though. They can help you tighten the visibility but can not ease it.

    For example, if a tab is visible to all, you can restrict it to some role. But if a tab is limited to certain roles, you can not ease the availability and make it available for all.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: [Resolved] [User profile tabs] Link to tab #36193

    Hi Hugo,
    Do you want that for the logged users?
    If yes, you can use the following example.

    
    http://example.come/members/me/component/action/....
    
    

    Example, if your members directory is “http://example.com/members/” then you can link to the cpt be

    
    
    http://example.com/members/my_cpt/new-message
    
    

    You can use this syntax to link to any component screen of the logged user.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: Buddypress Post Count to show on User BP page #36192

    Hi Daniel,
    Thank you for the question.
    It seems good to me except the backslash part. You should remove the two backslash from the get_var method call.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: How to get api #36191

    Hi Ankit,
    Thank you for the topic.
    What kind of API are you looking for? Please take a look at the plugin code for the details. We don’t have REST API available for it if that’s what you are looking for.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: BuddyCommerce and Teams for WooCommerce Memberships #36190

    Hi Phillip,
    Thank you for the reply.

    Please do share and we will be glad to have the integration.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365

    Hi Janet,
    No issues.
    I am glad the site is back to the stable state 🙂

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25365
    Brajesh Singh on in reply to: advertise based on buddypress profile fields #36188

    Hi,
    Thank you for the question.

    I am sorry, I haven’t seen any plugin that allows it based on the profile data,

    Regards
    Brajesh