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: 25392
    Brajesh Singh on in reply to: Issues with registration member types. #45551

    Hi Ethan,
    Please check my reply about adding a tab via BP Custom Profile Menu. You can not remove a tab added by that plugin conditionally. That will cause 404. I have shared this detail in my previous reply.

    You may use our Profile Tabs Creator pro to achieve this conditional from the settings. Please do note that if you applied conditional tab via code even to the tabs created by Profile Tabs pro, it will also be 404.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: Issues with registration member types. #45543

    Hi Ethan,
    Please check the site. I have temporarily disabled the “Notifications” menu only for the “Administrator role”.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392

    Hi Nik,
    Thank you for the question.

    1. If the content is being shown for event manager, then it seems their screen callback might not have been removed correctly or there is some bug in how the event manager renders the content.

    The simple solution will be to use a different slug or you can debug further if you want to keep the same slug.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: [Resolved] Remove activity filter option #45540

    Hi Tosin,
    Please put this in your bp-custom.php

    
    /**
     * Removes the Updates & new members fro activity options dropdown.
     */
    add_filter( 'bp_get_activity_show_filters_options', function ( $filters ) {
    
    	unset( $filters['activity_update'] );
    	unset( $filters['new_member'] );
    
    	return $filters;
    } );
    
    

    Let me know if it works or not?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: Issues with registration member types. #45536

    Hi Ethan,
    I hope you are doing well.

    I am sorry but I haven’t been able to assist you properly due to two different issues being discussed in a single topic.

    If you can provide me again with the list of specific issues that you want me to look into, I can try it quickly today. Otherwise, I am happy to offer the refund.

    Regards
    Brajesh

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

    Hi John,
    I am sorry for the delayed reply.

    Please use the current version of MediaPress from here.
    https://github.com/buddydev/mediapress

    It seems to be working with the Gwangi theme.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392

    Hi Fabien,
    Thank you.

    Please allow me to check the BP Profile Search plugin and get back to oyu in next 24 hours with a solution(hopefully).

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25392

    You are welcome.

  • Keymaster
    (BuddyDev Team)
    Posts: 25392
    Brajesh Singh on in reply to: Additional Global shared gallery question #45532

    Hi applejackpony2,
    Thank you for the question.

    The global shared gallery is aimed at having multiple contributors. it does not show the media on user’s profile as we are only able to show gallery as the top level currently(In MediaPress). We are working on a future version of MediaPress where Media can be uploaded without worrying about gallery and with that feature, the media will be visible on uploaders profile.

    Regards
    Brajesh