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: 25485
    Brajesh Singh on in reply to: BudddyPress Block Users #30047

    Hi Arnobio,

    I am sorry, I am unable to understand it. Can you please clarify with some example.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Admin Bar issue #30044

    Hi Jay,
    You can use the following code to enable adminbar for all with WooCommerce

    
    
    add_filter( 'woocommerce_disable_admin_bar', '__return_false' );
    
    

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Arnobio,
    Thank you for the suggestion.

    Can you please clarify if you want it to be similar to our Auto Friends plugin?

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] PHP error in BuddyBlog slug #30039

    Hi Simone,
    Thank you for using BuddyBlog.

    I can see from the above error that the slug is being defined more than once. You should not define same thing twice.

    Can you please recheck your bp-custom.php to see if you have defined it twice( is BUDDYBLOG_ARCHIVE_SLUG present twice?)

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Block Users plugin #30029

    Thank you.

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    This reply has been marked as private.
  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Jay,
    Thank you for the details.

    It is very easy to get the ajax login/registration working with any link. All we need is update the selector.

    If you can share me the site url and the credentials again in a private reply, I can update the settings of BuddyPress Ajax login there.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485

    Hi Linda,
    Thank you for confirming .

    About the 2nd issue:-
    Even though I understand that you want facebook style link sharing with option to replace images, I am not aware of any existing solution for BuddyPress.

    We may write a plugin in future but we are waiting on BuddyPress team as BP Attachment is coming as part of BuddyPress 7.0.0. Our decisions will be based on what is coming with BuddyPress.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Block Users plugin #30024

    You are welcome.

    PS:- I will be adding option to turn it off/on from admin as well in the upcoming releases.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25485
    Brajesh Singh on in reply to: [Resolved] Block Users plugin #30022

    Hi Carsten,
    Thank you.

    You can use the following to disable it in the members list

    
    add_filter( 'bublock_show_button_in_members_directory', '__return_false' );
    

    The plugin does not differentiate between various members list though.

    Regards
    Brajesh