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: 25363
    Brajesh Singh on in reply to: Conditional Profile Fields for BuddyPress #33332

    Please see the comment above that line.

    
    // if there is no match and the visibility is set to show on condition,
    // we still need to delete the data for the field on which this condition is applied.
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363
    Brajesh Singh on in reply to: moderation on my groups in buddyboss #33325
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25363
    Brajesh Singh on in reply to: Tab Visibility – Group Moderators #33324

    Hi Dean,
    Thank you for using the plugin and reporting the issue you are facing.

    We will be glad to have it in the plugin. Let me release an update by 22nd with this enhancement.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363

    Hi hyunho,
    Thank you fro using the plugin.

    For shared gallery, we don’t seem to have enable dthe editing/deleting currently for the contributors(except gallery creator).

    If you are familiar with code, you can filter on MediaPress permissions to achieve the same.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363
    Brajesh Singh on in reply to: Move Profile Settings under profile menu (BuddyBoss) #33322

    Hi Fabio,
    Thank you for purchasing User profile Tabs Pro(and group tabs pro).

    If you need to add the “settings” to the tab, It is simple. We can create a new tab and point that to settings url.

    Here is the setting for that
    https://i.imgur.com/y7t5lwa.png
    https://i.imgur.com/j3qDd3K.png
    https://i.imgur.com/GvnSbd5.png

    Please do note that we are not adding any screen, simply creating a new Link to the actual Settings page.

    Let me know if that will work or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363
    Brajesh Singh on in reply to: BuddyPress Activity Privacy follow support #33321

    Hi Tosin,
    Thank you for reporting. I did notice that too. Let me put a quick update for it today.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363
    Brajesh Singh on in reply to: [Resolved] featured members short code not filtering #33315

    Thank you Adam.
    I look forward to your feedback.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363

    Hi Adeala,
    Thank you for the question.

    Please add the following code to your theme’s functions.php or in wp-content/plugins/bp-custom.php

    
    // disable BP legacy template styles.
    add_action( 'bp_enqueue_scripts', function () {
    	wp_dequeue_style( 'bp-legacy-css' );
    	// compatibility style.
    	wp_dequeue_style( 'bp-' . get_template() );
    }, 20 );
    
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363
    Brajesh Singh on in reply to: moderation on my groups in buddyboss #33313

    Hi Kathy,
    I am sorry for the experience.

    Please visit Dashboard->Moderation->Settings and click on the “General Tab”.
    Under that, Please uncheck “BuddyPress Group”.

    That will disabling reporting of the groups.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25363
    Brajesh Singh on in reply to: Issues with Buddypress follow suggestion plugin #33297

    Hi Mike,
    Thank you for the feedback.

    This was intentional. We need to provide some feedback to the user and I do not see any way better than this.

    You will find that we remove an entry when a user clicks on the cross(x) symbol. We could do the same for this too but it might be confusing.

    If you think it is important, I will go with a middle path and put an option in the widget to perform after request action.

    Regards
    Brajesh