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

    Hi Carsten,
    you are welcome.

    Please visit dashboard->MediaPress->Settings.

    Then click on the “BuddyPress” tab and look at the top for ”
    Enable Gallery Directory?”. Please set it to “No” and save.

    That would do it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25448
    Brajesh Singh on in reply to: [Resolved] Buddypress register redirect url #48302

    Hi Iain,
    Please try the auto activation now. The security plugin was blocking login after registration.

    let me know if they get redirected to profile(I am still not sure what was causing redirect to edit profile though).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25448
    Brajesh Singh on in reply to: [Resolved] Contact Form Widget #48301

    Thank you.

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

    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: 25448
    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: 25448
    Brajesh Singh on in reply to: Hide members #48295
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25448
    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