BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: [Resolved] Removing the notifications tab #48300

    Hi Carsten,
    Thank you for the question.

    1. Please use the code as below. The above action is for “Profile” component.

    
    
    /**
     * Remove notifications nav.
     */
    function buddydev_remove_notifications_tab() {
    	bp_core_remove_nav_item( 'notifications' );
    }
    
    add_action( 'bp_notifications_setup_nav', 'buddydev_remove_notifications_tab' );
    
    

    2. The live notifications should work fine but their linking may be broken if it links to user’s notification page.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: BuddyBlog – Post approval #48299

    Hi Nik,
    Thank you.
    I am working on a solution for this.
    This is one of the reasons I did not release the update last week for BuddyBlog Pro/Groups.

    It may be part of our next update(1-2 days).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: How to change taxonomy selection #48298

    Hi Fran,
    Thank you for the explanations.

    BuddyBlog does not support suggestions based on existing. There are 2 views available(checkbox/select).
    So, you will need to hire a developer and have it developed.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25206

    Hi Tosin,
    I am sorry, we lack the free time to assist you with custom code.
    Also, my suggestion would be to have different fields based on member type instead of doing this manipulations.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: BuddyBlog Pro – override Submit Post for Review #48296

    Hi Nik,
    Thank you for the feedback.


    @ravisharma
    will be assisting you with it.

    I will be replying to your other topic about instant publish.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: Hide members #48295
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: MPP upload buttons as well for commenting? #48294

    Hi Daniel,
    Thank you.

    Yes, Please deactivate/remove the old plugin and then install/activate the new one.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: Hide members #48282

    Hi Bilal,
    Thank you for the question.
    Please share your order id. I could not find it in your profile.

    In order to access support for our paid products, you need to have it associated with you account( of if you are working with a client, you need to share their order id).

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: User Testimonials #48279

    Hi John,
    Thank you for the question.

    Would you be able to use if we put a few lines of php code for the same?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25206
    Brajesh Singh on in reply to: [Resolved] Help with a bit of javascript #48278

    Thank you Erich.
    I am glad it worked!

    Regards
    Brajesh